powered by
Conduct preprocessing, including remove all zero columns and scale gene expression smaller than 100 by log transformation with 2 as base.
preprocessing(expr)
List with the following keys:
expr - Gene expression matrix, with rows represent samples and columns represent genes.
The gene expression matrix.
#Load the package library(scTEP) #Load example data data("goolam") #Get data matrix expr <- as.matrix(t(SummarizedExperiment::assay(goolam))) data = preprocessing(expr)
Run the code above in your browser using DataLab