plot-FoldSpecTest-ANY-method: Fold-change specific GO Profile chart plotting

Description Usage Arguments Value Examples

Description

Fold-change specific GO Profile chart plotting

Usage

1
2
## S4 method for signature 'FoldSpecTest,ANY'
plot(x, y, x_text_size = 10)

Arguments

x

- object of S4 FoldSpecTest class with up-regulated genes

y

- object of S4 FoldSpecTest class with down-regulated genes

x_text_size

- x axis labels size

Value

- Fold-change specific GO Profile plot

Examples

1
2
3
4
5
# calculate fold-specificity test for up-regulated genes
up_fs <- FoldSpecTest(up_annotobj)
# calculate fold-specificity test for down-regulated genes
down_fs <- FoldSpecTest(down_annotobj)
plot(up_fs, down_fs)

FoldGO documentation built on Nov. 8, 2020, 7:50 p.m.