Description Usage Arguments Value Author(s) Examples
Function to determine whether or not a given molecular weight is assayable (i.e. within the usable mass window specified)
1 | 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)
1 2 | isAssayable(5000)
isAssayable(1200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.