powered by
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)
GGplot object
A data.frame with columns 'fc.raw.file', 'n', 'fraction'
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)
Run the code above in your browser using DataLab