R/isAssayable.R

isAssayable <- function (MW, lower.threshold=1500, upper.threshold=7000) {
	return(as.logical((MW >= lower.threshold & MW <= upper.threshold)))
}

Try the MassArray package in your browser

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

MassArray documentation built on Nov. 8, 2020, 5:16 p.m.