View source: R/ontology_plots.R
goseq_trees | R Documentation |
This seeks to force goseq data into a format suitable for topGO and then use its tree plotting function to make it possible to see significantly increased ontology trees.
goseq_trees(
goseq,
goid_map = "id2go.map",
score_limit = 0.01,
overwrite = FALSE,
selector = "topDiffGenes",
pval_column = "adj.P.Val"
)
goseq |
Data from goseq. |
goid_map |
File to save go id mapping. |
score_limit |
Score limit for the coloring. |
overwrite |
Overwrite the trees? |
selector |
Function for choosing genes. |
pval_column |
Column to acquire pvalues. |
A plot!
[Ramigo]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.