getEnrichRResult<- | R Documentation |
Get or Set EnrichR Result
getEnrichRResult(inSCE, analysisName) <- value
getEnrichRResult(inSCE, analysisName)
## S4 method for signature 'SingleCellExperiment'
getEnrichRResult(inSCE, analysisName)
## S4 replacement method for signature 'SingleCellExperiment'
getEnrichRResult(inSCE, analysisName) <- value
inSCE |
A SingleCellExperiment object. |
analysisName |
A string that identifies each specific analysis |
value |
The EnrichR result table |
For getter method, a data.frame of the EnrichR result;
For setter method, inSCE
with EnrichR results updated.
runEnrichR
data("mouseBrainSubsetSCE")
if (Biobase::testBioCConnection()) {
mouseBrainSubsetSCE <- runEnrichR(mouseBrainSubsetSCE, features = "Cmtm5",
db = "GO_Cellular_Component_2017",
analysisName = "analysis1")
result <- getEnrichRResult(mouseBrainSubsetSCE, "analysis1")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.