plot,FoldSpecTest,ANY-method {FoldGO}R Documentation

Fold-change specific GO Profile chart plotting

Description

Fold-change specific GO Profile chart plotting

Usage

## 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

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

[Package FoldGO version 1.2.1 Index]