GO_draw: GO_draw

Description Usage Arguments Details Value

View source: R/GO_draw.R

Description

Draw GO enrichment analysis results

Usage

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
)

Arguments

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

Details

Draw GO enrichment analysis results

Value

a list of 2 graphs, GO_up and GO_down


haoxinfenshou/riceprobes2ID documentation built on Jan. 17, 2022, 8:22 p.m.