Description Usage Arguments Details Value
Draw GO enrichment analysis results
1 2 3 4 5 6 7 | GO_draw(
GO_list,
term_num = 15,
gene_num = 3,
axis_text_size = 12,
axis_title_size = 14
)
|
GO_list |
needs GO enrichment analysis result |
term_num |
needs a cut off number. To draw a tidy graph, only top 15 terms in MF, CC and BP, respectively, will be selected to draw the graph. 15 is default number which users can set the num. |
gene_num |
minimum number of gene in one GO term, the default value is 3 |
axis_text_size |
axis_text_size can adjust the size of words in axis |
axis_title_size |
axis_title_size can adjust the size of words in title |
Draw GO enrichment analysis results
a list of 2 graphs, GO_up and GO_down
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.