buildCellTypeIndex | R Documentation |
SCFind
object from a SingleCellExperiment
objectThis function will index a SingleCellExperiment
as an SCFind index.
buildCellTypeIndex.SCESet(sce, dataset.name, assay.name = "counts", cell.type.label = "cell_type1", qb = 2) ## S4 method for signature 'SingleCellExperiment' buildCellTypeIndex(sce, dataset.name = "", assay.name = "counts", cell.type.label = "cell_type1", qb = 2)
sce |
object of SingleCellExperiment class |
dataset.name |
name of the dataset that will be prepended in each cell_type |
assay.name |
name of the SingleCellExperiment assay that will be considered for the generation of the index |
cell.type.label |
the cell.type metadata of the colData SingleCellExperiment that will be used for the index |
qb |
number of bits per cell that are going to be used for quantile compression of the expression data |
an SCFind object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.