View source: R/ontology_goseq.R
extract_interesting_goseq | R Documentation |
Given a goseq result, use some simple filters to pull out the categories of likely interest.
extract_interesting_goseq(
godata,
expand_categories = TRUE,
pvalue = 0.05,
minimum_interesting = 1,
adjust = 0.05,
padjust_method = "BH"
)
godata |
goseq result |
expand_categories |
Extract GO terms from GO.db and add them to the table |
pvalue |
Significance filter. |
minimum_interesting |
The category should have more than this number of elements. |
adjust |
Adjusted p-value filter. |
padjust_method |
Method for adjusting the p-values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.