Usage Arguments Value See Also Examples
1 | subsetMSigDB(msigdb, slot.type, slot.value)
|
msigdb |
the list of "MSigDBSet" objects. |
slot.type |
the name of slot of "MSigDBSet". |
slot.value |
the value of slot selected. |
a sublist of the data inputed that match the value gaven.
1 2 3 4 5 6 7 8 | data("msigdb")
mysublist <- subsetMSigDB(
msigdb = MSigDB,
slot.type = "ORGANISM",
slot.value = "Homo sapiens"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.