Description Usage Arguments Value
View source: R/crestree.functions.R
Using SimplePPT approach to model principal tree (pptree) of the data
1 2 3 4 |
X |
gene (row) vs cell (columns) expression matrix |
emb |
embdedding to visalize cells and principal tree together |
M |
number of principal points to use (more than zero, no more than number of cells) |
init |
matrix of initial gene coordinates of principal points |
plot |
plot or not intermediate trees |
lambda |
penalty for the tree length, as used in SimplePPT |
sigma |
parameter as used in SimplePPT |
seed |
used to make initial assignment of principal points to a subset of cells |
n.steps |
number of iteraions |
err.cut |
stop algorithm if proximity of principal points between iterations less than err.cut |
metrics |
metrics used to calculated distances between cells or principal points. "euclidean" or "cosine" |
p.power |
if cosine metrics used, option p.power allows to use (1-cor)^p.power (p.power=1 by default) |
pptree object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.