View source: R/preprocessing_filtering_reduction.R
preprocess_RPKM | R Documentation |
Preprocess scExp - Read per Kilobase Per Million (RPKM)
preprocess_RPKM(scExp)
scExp |
A SingleCellExperiment Object |
A SingleCellExperiment object.
raw <- create_scDataset_raw()
scExp = create_scExp(raw$mat, raw$annot)
scExp = preprocess_RPKM(scExp)
head(SingleCellExperiment::normcounts(scExp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.