plot_MS2Oversampling | R Documentation |
Per Raw file, at most three n's must be given, i.e. the fraction of 3D-peaks for n=1, n=2 and n=3(or more). The fractions must sum to 1 (=100
plot_MS2Oversampling(data)
data |
A data.frame with columns 'fc.raw.file', 'n', 'fraction' |
GGplot object
data = data.frame(fc.raw.file = rep(letters[1:3], each=3),
n = 1:3,
fraction = c(0.8, 0.1, 0.1, 0.6, 0.3, 0.1, 0.7, 0.25, 0.05))
plot_MS2Oversampling(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.