Description Usage Arguments Value Author(s) See Also Examples
Aggregate Replicates
1 2 | ## S4 method for signature 'bcbioSingleCell'
aggregateReplicates(object)
|
object |
Object. |
SingleCellExperiment
.
Michael Steinbaugh, Rory Kirchner
Other Data Functions: cell2sample
,
fetchGeneData
,
mapCellsToSamples
,
metricsPerSample
, sampleData
,
selectSamples
,
subsetPerSample
, topBarcodes
1 2 3 4 5 6 7 8 9 10 | # bcbioSingleCell ====
object <- indrops_small
sampleNames(object)
# Define groupings factor as`aggregate` column in `colData()`
glimpse(object$aggregate)
x <- aggregateReplicates(object)
show(x)
sampleNames(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.