Description Usage Arguments Value
View source: R/crestree.functions.R
Assign genes differentially expressed between two post-bifurcation branches
1 2 | branch.specific.genes(fork.de, stf.cut = 0.7, effect.b1 = 0.1,
effect.b2 = 0.3, pd.a = 0, pd.p = 0.05)
|
fork.de |
statistics on expression differences betwee post-bifurcation branches, return of test.fork.genes |
stf.cut |
fraction of projections when gene passed fdr < 0.05 |
effect.b1 |
expression differences to call gene as differentially upregulated at branch 1 |
effect.b2 |
expression differences to call gene as differentially upregulated at branch 2 |
pd.a |
minium expression increase at derivative compared to progenitor branches to call gene as branch-specific |
pd.p |
p-value of expression changes of derivative compared to progenitor branches to call gene as branch-specific |
table fork.de with added column stat, which classfies genes in branch-specifc (1 or 2) and non-branch-specific (0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.