getDiffAbundanceResults | R Documentation |
Get/Set diffAbundanceFET result table
getDiffAbundanceResults(x, analysisName)
## S4 method for signature 'SingleCellExperiment'
getDiffAbundanceResults(x, analysisName)
getDiffAbundanceResults(x, analysisName) <- value
## S4 replacement method for signature 'SingleCellExperiment'
getDiffAbundanceResults(x, analysisName) <- value
x |
A |
analysisName |
A single character string specifying an analysis
performed with |
value |
The output table of |
The differential abundance table for getter method, or update the SCE object with new result for setter method.
data("mouseBrainSubsetSCE", package = "singleCellTK")
mouseBrainSubsetSCE <- diffAbundanceFET(inSCE = mouseBrainSubsetSCE,
cluster = "tissue",
variable = "level1class",
case = "oligodendrocytes",
control = "microglia",
analysisName = "diffAbund")
result <- getDiffAbundanceResults(mouseBrainSubsetSCE, "diffAbund")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.