searchpro: A function that searches your output based on MW

Description Usage Arguments Examples

Description

This function will allow you to search your data set based on a range of molecular weights

Usage

1
searchpro(df, range = 1:max(df$molecularweight_predicted), predicted = TRUE)

Arguments

df

Data frame following the formatting of data frames produced by the prodata package

range

Range of values for the molecular weight that you would like to search for. Default returns whole dataset.

predicted

If TRUE (default) it will use the molecular weight including the PTM calculations. If FALSE it will use the molecular weight without PTMs.

Examples

1
filtered <- searchpro(df, range = 1000:2000, predicted = TRUE)

hawkdidy/prodata documentation built on May 17, 2019, 3:06 p.m.