| MSigDB | R Documentation |
MSigDBThis was the class for storing data from MSigDB and analysis
results.
We now generally recommend using the Create_DEGContainer
to create it in DEGContainer obj.
## S4 method for signature 'MSigDB'
msigdbParam(obj)
## S4 method for signature 'MSigDB'
msigdbGSEAparam(obj)
## S4 method for signature 'MSigDB'
msigdbHyperParam(obj)
## S4 replacement method for signature 'MSigDB'
msigdbParam(obj) <- value
## S4 replacement method for signature 'MSigDB'
msigdbGSEAparam(obj) <- value
## S4 replacement method for signature 'MSigDB'
msigdbHyperParam(obj) <- value
## S4 method for signature 'MSigDB'
msigdbData(obj)
## S4 replacement method for signature 'MSigDB'
msigdbData(obj) <- value
## S4 method for signature 'MSigDB'
msigdbGSEAresult(obj)
## S4 replacement method for signature 'MSigDB'
msigdbGSEAresult(obj) <- value
## S4 method for signature 'MSigDB'
msigdbHyperResult(obj)
## S4 replacement method for signature 'MSigDB'
msigdbHyperResult(obj) <- value
## S4 method for signature 'MSigDB'
msigdbGSVAresult(obj)
## S4 replacement method for signature 'MSigDB'
msigdbGSVAresult(obj) <- value
## S4 method for signature 'MSigDB'
msigdbTreat(obj)
## S4 replacement method for signature 'MSigDB'
msigdbTreat(obj) <- value
The accessor functions msigdbParam, msigdbData,
msigdbGSEAparam, msigdbGSEAresult, msigdbGSVAresult
return the corresponding elements of a
DEGContainer or MSigDB.
msigdbParamlist_OR_NULL. Store Param of msigdbr
msigdbDatalist. Save data download from MSigDB by msigdbr.
msigdbGSEAparamlist_OR_NULL. Store Param of GSEA
msigdbHyperParamlist_OR_NULL. Store Param of enricher
msigdbGSEAresultlist. Store results of GSEA.
msigdbHyperResultlist. Store results of Hyper
msigdbGSVAresultlist. Store results of GSVA.
Other DEGContainer:
dataInfo,
degResults-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.