plot,FoldSpecTest,ANY-method {FoldGO} | R Documentation |
Fold-change specific GO Profile chart plotting
## S4 method for signature 'FoldSpecTest,ANY' plot(x, y, x_text_size = 10)
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 |
- Fold-change specific GO Profile plot
# 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)