Description Usage Arguments Value See Also Examples
Given a database, uses "category" and "subcategory" entries to create a vector of collection identifiers. Useful to extract a collection from a database.
1 | makeCollectionIDs(sets)
|
sets |
A pathway database in the same format as output by
|
A vector of identifiers, one per pathway, with the format: "category_subcategory".
importMSigDB.xml
1 2 3 4 5 6 7 8 9 10 | db <- loadSamplePWS()
ids <- makeCollectionIDs(db)
unique(ids)
## [1] "c3_TFT" "c3_MIR" "c4_CGN"
db <- db[ids=="c3_MIR"]
length(db)
## [1] 10
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.