plot_ScanIDRate {PTXQC} | R Documentation |
Plot line graph of TopN over Retention time.
Description
Number of Raw files must be 6 at most. Function will stop otherwise.
Usage
plot_ScanIDRate(data)
Arguments
data |
A data.frame with columns 'fc.raw.file', 'scan.event.number', 'ratio', 'count' |
Value
GGplot object
Examples
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)
[Package PTXQC version 1.1.1 Index]