Learn R Programming

MassArray (version 1.24.0)

isAssayable: 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

Examples

Run this code
isAssayable(5000)
isAssayable(1200)

Run the code above in your browser using DataLab