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