kegg2smc {PGSEA} | R Documentation |
This function creates "smc" objects from the "KEGG" Bioconductor library.
smc <- kegg2smc(min = 1, max = 284,organism="human")
min |
numeric - minimum length of ids to be included |
max |
numeric - maximum length of ids to be included |
organism |
character - organism |
a list of "smc" objects
Karl Dykema <karl.dykema@vai.org> and Richard Birnie <richard.birnie@pro-curetherapeutics.com>
if(require(KEGG)){ mcs <- kegg2smc(min=20,max=284) length(mcs) str(mcs[[1]]) }