Description Usage Arguments Value Examples
Loads a collection of pathways from the repository
1 | loadCollection(rp, collection)
|
rp |
A repository created by |
collection |
One of the names returned by
|
a GeneSetCollection
object loaded from the
repository rp
.
1 2 3 4 5 6 7 8 9 | db <- loadSamplePWS()
repo_path <- file.path(tempdir(), "gep2pepTemp")
rp <- createRepository(repo_path, db)
geps <- loadSampleGEP()
loadCollection(rp, "c3_TFT")
unlink(repo_path, TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.