Description Usage Arguments Value Author(s)
Using the TASC model introduced by Jia and Li (2016), with parameters Alpha and Beta for each cell estimated from ERCC spike-in, we can recover the non-zero counts while ignoring the zero counts. The preprocessed data is readily be used for downstream cell type clustering.
1 | recover(X, est.ab)
|
X |
The gene expression data set (can be data.frame or matrix) with columns indexing the cell id and the rows indexing the genes. |
est.ab |
A two-column data frame including the estimated Alpha and Beta for each cell. |
A list including the recovered gene expression data matrix and its logarithmic transformed version, the reduced gene expression data (with 0's substituted by NA's) and its logarithmic transformed version, with the same structure as the input data set X.
Rong Ma, University of Pennsylvania <rongm@mail.med.upenn.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.