Description Usage Arguments Value
View source: R/crestree.functions.R
Determine a set of genes significantly associated with the tree
| 1 2 3 4 | test.associated.genes(r, X, n.map = 1,
  n.cores = (parallel::detectCores()/2), spline.df = 3,
  fdr.cut = 1e-04, A.cut = 1, st.cut = 0.8, summary = FALSE,
  subtree = NA, fdr.method = NULL, ...)
 | 
| r | pptree object | 
| X | expressinon matrix of genes (row) vs cells (column) | 
| fdr.cut | FDR (Benjamini-Hochberg adjustment) cutoff on significance; significance if FDR < fdr.cut | 
| A.cut | cmplitude cutoff on significance; significance if A > A.cut | 
| st.cut | cutoff on stability (fraction of mappings with significant (fdr,A) pair) of association; significance, significance if A > A.cut | 
| summary | show plot of amplitude vs FDR of each gene's association. By default FALSE. | 
| subtree | restrict statistical assesment to a subtree | 
| fdr.method | a method to adjust for multiple testing. Default - Bonferroni. Alternatively, "BH" can be used. | 
modified pptree object with a new field r$stat.association that includes pvalue, amplitude, fdr, stability and siginificane (TRUE/FALSE) of gene associations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.