R/PeakML.Methods.formula2mass.R

Defines functions PeakML.Methods.formula2mass

Documented in PeakML.Methods.formula2mass

PeakML.Methods.formula2mass <- function(formula){
	java_project <- .jnew("peakml/util/rjava/Project", rep("A",3), rep("A",3), rep("A",3))
	rv <- .jcall (java_project, returnSig="D", method="formulaToMass", formula)
	rv
}

Try the mzmatch.R package in your browser

Any scripts or data that you put into this service are public.

mzmatch.R documentation built on May 31, 2017, 4:31 a.m.