plot_ScanIDRate: Plot line graph of TopN over Retention time.

View source: R/fcn_plots.R

plot_ScanIDRateR 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)


PTXQC documentation built on July 26, 2023, 5:27 p.m.