powered by
Plot FA EICs
plotFA(msbatch, dmz, verbose = TRUE)
annotated msbatch with saved plots.
annotated msbatch.
mz tolerance in ppm for EIC extraction.
print information messages.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
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