Description Usage Arguments Value Author(s) See Also Examples
Cell to Sample Mappings
1 2 3 4 | cell2sample(object, ...)
## S4 method for signature 'SingleCellExperiment'
cell2sample(object)
|
object |
Object. |
... |
Additional arguments. |
Named factor
containing sample IDs as the levels and cellular
barcode IDs as the names.
Michael Steinbaugh
Other Data Functions: aggregateReplicates
,
fetchGeneData
,
mapCellsToSamples
,
metricsPerSample
, sampleData
,
selectSamples
,
subsetPerSample
, topBarcodes
1 2 3 | # SingleCellExperiment ====
x <- cell2sample(cellranger_small)
table(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.