plot_TopN | R Documentation |
Number of Raw files must be 6 at most. Function will stop otherwise.
plot_TopN(data)
data |
A data.frame with columns 'fc.raw.file', 'scan.event.number', 'n' |
GGplot object
data = data.frame(fc.raw.file = rep(c("d","a","x"), each=10),
scan.event.number = 1:10,
n = 11:20)
plot_TopN(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.