isAssayable {MassArray}R Documentation

Is assayable?

Description

Function to determine whether or not a given molecular weight is assayable (i.e. within the usable mass window specified)

Usage

isAssayable(MW, lower.threshold = 1500, upper.threshold = 7000)

Arguments

MW

Numerical input corresponding to molecular weight

lower.threshold

Lower limit (in Da) of usable mass window (default: 1500)

upper.threshold

Upper limit (in Da) of usable mass window (default: 7000)

Value

Returns a logical corresponding to whether or not the molecular weight input falls within the usable mass window specified

Author(s)

Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)

Examples

isAssayable(5000)
isAssayable(1200)

[Package MassArray version 1.45.0 Index]