loadCollection {gep2pep} | R Documentation |
Loads a collection of pathways from the repository
loadCollection(rp, collection)
rp |
A repository created by |
collection |
One of the names returned by
|
a GeneSetCollection
object loaded from the
repository rp
.
db <- loadSamplePWS() db <- as.CategorizedCollection(db) repo_path <- file.path(tempdir(), "gep2pepTemp") rp <- createRepository(repo_path, db) geps <- loadSampleGEP() loadCollection(rp, "c3_TFT") unlink(repo_path, TRUE)