plot_TopN: Plot line graph of TopN over Retention time.

View source: R/fcn_plots.R

plot_TopNR 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_TopN(data)

Arguments

data

A data.frame with columns 'fc.raw.file', 'scan.event.number', 'n'

Value

GGplot object

Examples

  data = data.frame(fc.raw.file = rep(c("d","a","x"), each=10),
                    scan.event.number = 1:10,
                    n = 11:20)
  plot_TopN(data)


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