isAssayable {MassArray} | R Documentation |
Function to determine whether or not a given molecular weight is assayable (i.e. within the usable mass window specified)
isAssayable(MW, lower.threshold = 1500, upper.threshold = 7000)
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) |
Returns a logical corresponding to whether or not the molecular weight input falls within the usable mass window specified
Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)
isAssayable(5000) isAssayable(1200)