plot_volcano: Volcano plots for proteomics

Description Usage Author(s) Examples

View source: R/plot_volcano.R

Description

Will generate a classic volcano plot. plot_volcano is intented for use in R, whereas the remaining functons are used in the shiny application or intented for the user that requires additional control of plotting.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19

Author(s)

April/Frederik

Examples

1
2
3
4
5
6
7
## Not run: 
# artificial data to illustrate how to use.
data <- data.frame(gene=LETTERS, rep1 = runif(1:26), rep2=rnorm(1:26))
result = calculate_moderated_ttest(data)
plot_volcano(result, bait = 'A', main = 'randomly generated data points')

## End(Not run)

frhl/genoppi-package documentation built on Jan. 25, 2020, 4:37 p.m.