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