getSoupX<- | R Documentation |
S4 method for getting and setting SoupX results that cannot be
appended to either rowData(inSCE)
or colData(inSCE)
.
S4 method for getting and setting SoupX results that cannot be
appended to either rowData(inSCE)
or colData(inSCE)
.
getSoupX(inSCE, sampleID, background = FALSE) <- value
getSoupX(inSCE, sampleID = NULL, background = FALSE)
## S4 method for signature 'SingleCellExperiment'
getSoupX(inSCE, sampleID = NULL, background = FALSE)
## S4 replacement method for signature 'SingleCellExperiment'
getSoupX(inSCE, sampleID, background = FALSE) <- value
inSCE |
A SingleCellExperiment object. For getter method,
|
sampleID |
Character vector. For getter method, the samples that should
be included in the returned list. Leave this |
background |
Logical. Whether |
value |
Dedicated list object of SoupX results. |
For getter method, a list with SoupX results for specified samples.
For setter method, inSCE
with SoupX results updated.
For getter method, a list with SoupX results for specified samples.
For setter method, inSCE
with SoupX results updated.
runSoupX, plotSoupXResults
## Not run:
sce <- importExampleData("pbmc3k")
sce <- runSoupX(sce, sample = "sample")
soupXResults <- getSoupX(sce)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.