subsetMSigDB: subset MSigDB data subsetMSigDB is used to subset the MSigDB...

Usage Arguments Value See Also Examples

View source: R/MSigDB.r

Usage

1
subsetMSigDB(msigdb, slot.type, slot.value)

Arguments

msigdb

the list of "MSigDBSet" objects.

slot.type

the name of slot of "MSigDBSet".

slot.value

the value of slot selected.

Value

a sublist of the data inputed that match the value gaven.

See Also

MSigDB

Examples

1
2
3
4
5
6
7
8
data("msigdb")

mysublist <- subsetMSigDB(
    msigdb     = MSigDB,
    slot.type  = "ORGANISM",
    slot.value = "Homo sapiens"
)
    

wolfsonliu/enrich documentation built on May 4, 2019, 9:47 a.m.