View source: R/ontology_plots.R
gostats_trees | R Documentation |
This shoehorns gostats data into a format acceptable by topgo and uses it to print pretty ontology trees showing the over represented ontologies.
gostats_trees(
gostats_result,
goid_map = "id2go.map",
score_limit = 0.01,
overwrite = FALSE,
selector = "topDiffGenes",
pval_column = "adj.P.Val"
)
gostats_result |
Return from simple_gostats(). |
goid_map |
Mapping of IDs to GO in the Ramigo expected format. |
score_limit |
Maximum score to include as 'significant'. |
overwrite |
Overwrite the goid_map? |
selector |
Function to choose differentially expressed genes in the data. |
pval_column |
Column in the data to be used to extract pvalue scores. |
plots! Trees! oh my!
topGO gostats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.