View source: R/trajectory_inference.R
| preprocessing | R Documentation |
Conduct preprocessing, including remove all zero columns and scale gene expression smaller than 100 by log transformation with 2 as base.
preprocessing(expr)
expr |
The gene expression matrix. |
List with the following keys:
expr - Gene expression matrix, with rows represent samples and columns represent genes.
#Load the package
library(scTEP)
#Load example data
data("goolam")
#Get data matrix
expr <- as.matrix(t(SummarizedExperiment::assay(goolam)))
data = preprocessing(expr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.