Description Usage Arguments Value Examples
Fold-change specific GO Profile chart plotting
1 2 | ## 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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.