plotChromFromFile: Plot an infusion profile chromatogram from a file

View source: R/plot.R

plotChromFromFileR Documentation

Plot an infusion profile chromatogram from a file

Description

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

Usage

plotChromFromFile(files, scans = c())

Arguments

files

character vector of file paths to use

scans

specify scans to highlight within the plot

Examples

file_paths <- system.file('example-data/1.mzML.gz',package = 'binneR')

plotChromFromFile(file_paths, 
                  scans = detectInfusionScans(file_paths))

aberHRML/binneR documentation built on Aug. 25, 2023, 1:33 p.m.