go2smc {PGSEA} | R Documentation |
This function creates "smc" objects from the "GO" Bioconductor library.
go2smc(min = 50, max = 200,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>
if(require(GO)){ mcs <- go2smc()[1:2] str(mcs) }