aggregateReplicates: Aggregate Replicates

Description Usage Arguments Value Author(s) See Also Examples

Description

Aggregate Replicates

Usage

1
2
## S4 method for signature 'bcbioSingleCell'
aggregateReplicates(object)

Arguments

object

Object.

Value

SingleCellExperiment.

Author(s)

Michael Steinbaugh, Rory Kirchner

See Also

Other Data Functions: cell2sample, fetchGeneData, mapCellsToSamples, metricsPerSample, sampleData, selectSamples, subsetPerSample, topBarcodes

Examples

 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)

WeiSong-bio/roryk-bcbioSinglecell documentation built on July 6, 2019, 12:03 a.m.