plotChromFromFile: plotChromFromFile

Description Usage Arguments Examples

Description

plot and averaged infusion profile from a vector of specified file paths.

Usage

1
plotChromFromFile(files, sranges = list(c(70, 1000)), scans = c())

Arguments

files

character vector of file paths to use

sranges

A list of vectors containing the scan events present

scans

specify scans to highlight within the plot

Examples

1
2
plotChromFromFile(list.files(system.file('mzML',package = 'binneR'),
                            full.names=TRUE),scans = c(6,18))

binneR documentation built on May 1, 2019, 6:34 p.m.