Description Usage Arguments Value
View source: R/crestree.functions.R
Determine genes differentially upregulated after bifurcation point
1 2 3 | test.fork.genes(r, mat, matw = NULL, root, leaves,
genes = rownames(mat), n.mapping = 1, n.mapping.up = 1,
n.cores = parallel::detectCores()/2)
|
r |
pptree object |
mat |
expression matrix of genes (rows) and cells (columnts) |
root |
a principal point of fork root |
leaves |
vector of two principal points of fork leaves |
genes |
optional set of genes to estimate association with fork |
n.mapping |
number of probabilistic cell-to-tree projections to use for robustness |
n.mapping.up |
number of probabilistic cell-to-tree projections to estimate the amount of upregulation relative to progenitor branch |
summary statistics of size effect and p-value of association with bifurcaiton fork.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.