Description Usage Arguments Details Examples
View source: R/diff_GO_barplot.R
This function is used to plot different GO terms between two groups
1 2 3 4 5 6 7 8 9 | GO_diff_barplot(
up_path = NULL,
down_path = NULL,
topn = 10,
width = 8,
height = 6,
text.size = 1.5,
filename = "barplot"
)
|
up_path |
file(.csv) of up pathways in GO analyse |
down_path |
file(.csv) of down pathways in GO analyse |
topn |
number of top pathways to show |
width |
the width of the figure |
height |
the height of the figure |
text.size |
the size of the text |
filename |
the name of the generated file |
barplot part which exhibit the topn different expressed genesets in two group
1 2 3 4 5 6 | ## Not run:
up_path="../GO_up_GO_UP_result.csv"
down_path="../GO_down_GO_UP_result.csv"
GO_diff_barplot(up_path = up_path,down_path = down_path,topn = 10,
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.