Learn R Programming

FAMetA (version 0.1.7)

plotFA: Plot FA EICs

Description

Plot FA EICs

Usage

plotFA(msbatch, dmz, verbose = TRUE)

Value

annotated msbatch with saved plots.

Arguments

msbatch

annotated msbatch.

dmz

mz tolerance in ppm for EIC extraction.

verbose

print information messages.

Author

M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>

Examples

Run this code
if (FALSE) {
msbatch <- annotateFA(msbatch, dmz = 5)

plots <- plotFA(msbatch, dmz = 10)

pdf("FAs.pdf")
for (p in 1:length(plots)){
  print(plots[[p]])
}
dev.off()
}

Run the code above in your browser using DataLab