View source: R/trajectory-analysis.R
hlpr_assess_trajectory_trends | R Documentation |
Takes a ranked trajectory data.frame and returns a data.frame that informs about how well the ranked gene- or gene set expression-trends fitted certain patterns.
hlpr_assess_trajectory_trends(rtdf, verbose = TRUE)
rtdf |
A ranked trajectory data.frame. |
pattern |
The pattern(s) you are interested in specified as a character vector. If set to NULL all patterns are included. |
max_auc |
Numeric value. The maximum area-under-the-curve-value allowed. |
names_only |
Logical. If set to TRUE only the names of the assessed ranking are returned as a character vector. (Convenient to use as input for functions taking gene set- or gene vectors as input.) |
A data.frame arranged by the residuals area-under-the-curve-values describing how well a model fitted the expression trend of a gene or gene set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.