molecW: A function that takes a dataframe produced by the...

Description Usage Arguments Examples

View source: R/molecW.R

Description

This function takes a dataframe produced by the fetchGenebank() function and returns PTMS and molcular weights via extra columns in the data frame. I can take other data frames if the sequences columns is named seq

Usage

1
molecW(df, monoisotopic = FALSE)

Arguments

df

df produced by the fetchGenebank() function or where the sequence column is named seq.

monoisotopic

A logical value TRUE or False indicating if monoistopic weights of amino-acids should be used

Examples

1
finaldf <- molecw(df)

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