\name{kegg2smc} \alias{kegg2smc} \title{ KEGG pathway to "smc"} \description{ This function creates "smc" objects from the "KEGG" Bioconductor library. } \usage{ smc <- kegg2smc(min = 1, max = 284,organism="human") } \arguments{ \item{min}{ numeric - minimum length of ids to be included } \item{max}{ numeric - maximum length of ids to be included } \item{organism}{ character - organism } } \value{ a list of "smc" objects } \author{ Karl Dykema and Richard Birnie } \examples{ if(require(KEGG)){ mcs <- kegg2smc(min=20,max=284) length(mcs) str(mcs[[1]]) } } \keyword{ manip }