preprocess_TPM {ChromSCape} | R Documentation |
Preprocess scExp - Transcripts per Million (TPM)
preprocess_TPM(scExp)
scExp |
A SingleCellExperiment Object |
A SingleCellExperiment object.
scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot) scExp = preprocess_TPM(scExp) head(SingleCellExperiment::normcounts(scExp))