clusterIDs {background} R Documentation

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

Description

Usage

clusterIDs(background);

Arguments

background

[as Background]

Details

Authors

gseakit

Value

A character vector of the cluster id(or pathway id) that defined inside the given background model

clr value class

Examples

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

[Package background version 1.0.0.0 Index]