GO_diff_barplot: This function is used to plot different GO terms between two...

Description Usage Arguments Details Examples

View source: R/diff_GO_barplot.R

Description

This function is used to plot different GO terms between two groups

Usage

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"
)

Arguments

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

Details

barplot part which exhibit the topn different expressed genesets in two group

Examples

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)

Lian-Lab/LIANLAB documentation built on June 23, 2021, 5:37 a.m.