cell2sample: Cell to Sample Mappings

Description Usage Arguments Value Author(s) See Also Examples

Description

Cell to Sample Mappings

Usage

1
2
3
4
cell2sample(object, ...)

## S4 method for signature 'SingleCellExperiment'
cell2sample(object)

Arguments

object

Object.

...

Additional arguments.

Value

Named factor containing sample IDs as the levels and cellular barcode IDs as the names.

Author(s)

Michael Steinbaugh

See Also

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

Examples

1
2
3
# SingleCellExperiment ====
x <- cell2sample(cellranger_small)
table(x)

roryk/bcbioSinglecell documentation built on May 27, 2019, 10:44 p.m.