sc_sample_qc: quality control information for a small sample scRNA-seq...

Description Usage Format Value Author(s) Source Examples

Description

This data.frame contains cell quality control information for the 100 cells. For each cell it has:

Usage

1

Format

a data.frame instance, one row per cell.

Value

NULL, but makes a data frame with cell quality control data.frame

Author(s)

Luyi Tian

Source

Christin Biben (WEHI). She FACS sorted cells from several immune cell types including B cells, granulocyte and some early progenitors.

Examples

1
2
3
4
5
6
7
8
data("sc_sample_data")
data("sc_sample_qc")
sce = SingleCellExperiment(assays = list(counts = as.matrix(sc_sample_data)))
organism(sce) = "mmusculus_gene_ensembl"
gene_id_type(sce) = "ensembl_gene_id"
QC_metrics(sce) = sc_sample_qc
head(QC_metrics(sce))
plot_mapping(sce,percentage=TRUE,dataname="sc_sample")

scPipe documentation built on Nov. 8, 2020, 8:28 p.m.