predictedMW: A function that takes a protein dataframe produces by the...

Description Usage Arguments Examples

View source: R/predictedMW.R

Description

This function takes a protein dataframe produces by the countPTMs function along with the PTM data frame to return predicted molecular weight. It uses the conversion data frame to map the PTMs to the correct molecular weight and to produce a predicted molecular weight based on the experimentally verfied PTM data from Uniprot.

Usage

1
predictedMW(proteindf, ptmdf)

Arguments

proteindf

Data frame of protein data generated by the fetchGenebank function.

ptmdf

Dataframe of PTM data generated by the PTM function.

Examples

1
finaldf <- predictedMW(proteindf, ptmdf)

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