Description Usage Arguments Value
View source: R/functional_analysis.R
Performs an over-representation analysis from a data frame containing the results of the statistical analysis of omic data. Uses the annotation column to split the features and perform the over-representation analysis.
1 2 3 4 5 6 7 8 | oraFromStats(
df,
funCatList,
statusCol,
noChangeLabel = "No change",
featCol = "feature",
...
)
|
df |
Data frame with results to analyze. |
funCatList |
A list of character vectors with the functional categories to analyze. |
statusCol |
Column containing the annotation of features. |
noChangeLabel |
Label used to indicate not changing features. Rows with a statusCol value equal to this will be removed. |
featCol |
Column containing the feature to submit for the over-representation analysis (i.e gene symbol). |
... |
Other parameters passed to overRepresentationAnalysis. |
A tidy data frame with the results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.