plotFA | R Documentation |
Plot FA EICs
plotFA(msbatch, dmz, verbose = TRUE)
msbatch |
annotated msbatch. |
dmz |
mz tolerance in ppm for EIC extraction. |
verbose |
print information messages. |
annotated msbatch with saved plots.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.