plotFA {FAMetA} | R Documentation |
Plot FA EICs
Description
Plot FA EICs
Usage
plotFA(msbatch, dmz, verbose = TRUE)
Arguments
msbatch |
annotated msbatch. |
dmz |
mz tolerance in ppm for EIC extraction. |
verbose |
print information messages. |
Value
annotated msbatch with saved plots.
Author(s)
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
Examples
## Not run:
msbatch <- annotateFA(msbatch, dmz = 5)
plots <- plotFA(msbatch, dmz = 10)
pdf("FAs.pdf")
for (p in 1:length(plots)){
print(plots[[p]])
}
dev.off()
## End(Not run)
[Package FAMetA version 0.1.6 Index]