clusterIDs {background} | R Documentation |
clusterIDs(background);
A character vector of the cluster id(or pathway id) that defined inside the given background model
let kb = read.background("hsa.xml");
let ids = clusterIDs(kb);
print(ids);