Learn R Programming

PTXQC (version 1.0.4)

plot_ScanIDRate: 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

Run this code
# NOT RUN {
  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)

# }

Run the code above in your browser using DataLab