moleculeIDs {background} R Documentation

get all of the molecule id set from the given background model object

Description

Usage

moleculeIDs(background);

Arguments

background

[as Background]

Details

Authors

gseakit

Value

A character vector of the gene id that defined inside the given background model

clr value class

Examples

 let kb = read.background("hsa.xml");
 let ids = moleculeIDs(kb);
 
 print(ids);

[Package background version 1.0.0.0 Index]