R/PeakML.Methods.getProtonMass.R

Defines functions PeakML.Methods.getProtonMass

Documented in PeakML.Methods.getProtonMass

PeakML.Methods.getProtonMass <- function(){
	# POST:
	#	Return the proton mass
	
	proton <- 1.00782503214
	electron <- 0.00054857990924
	protonmass <- proton-electron
	protonmass
}

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.