Description Usage Arguments Value Examples
View source: R/preprocessing_filtering_reduction.R
Preprocess scExp - Transcripts per Million (TPM)
1 |
scExp |
A SingleCellExperiment Object |
A SingleCellExperiment object.
1 2 3 | scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot)
scExp = preprocess_TPM(scExp)
head(SingleCellExperiment::normcounts(scExp))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.