Description Usage Arguments Value Author(s) Examples
Get the features in the SCESet object that are spike-in controls, as
specified using setSpike
.
1 2 3 4 |
object |
a |
... |
arguments passed through generic version of the function. |
type |
a character vector specifying the feature control sets to use. All
specified spike-in sets in |
warning |
A logical scalar specifying if a warning should be raised if spike-in controls are unavailable. |
A logical vector specifying if each row is a spike-in feature.
Aaron Lun
1 2 3 4 5 6 7 8 | data("sc_example_counts")
data("sc_example_cell_info")
pd <- new("AnnotatedDataFrame", data = sc_example_cell_info)
example_sceset <- newSCESet(countData = sc_example_counts, phenoData = pd)
example_sceset <- calculateQCMetrics(example_sceset,
feature_controls = list(ERCC = 1:40, Mito=41:50))
setSpike(example_sceset) <- "ERCC"
summary(isSpike(example_sceset))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.