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
}
andzajan/mzmatch.R documentation built on Dec. 1, 2020, 11:33 a.m.