Description Usage Arguments Value
View source: R/crestree.functions.R
Model gene expression levels as a brancing spline function of tree positions.
1 2 | fit.ts(r, X, n.map, n.cores = parallel::detectCores()/2, gamma = 1.5,
knn = 1)
|
r |
pptree object |
X |
expressinon matrix of genes (rows) vs cells (columns) |
n.map |
number of probabilistic cell-to-tree mappings to use |
gamma |
stringency of penalty. |
knn |
use expression averaging among knn cells |
matrix of fitted gene expression levels to the tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.