countPTMs: A function that takes a protein dataframe and ptm data frame.

Description Usage Arguments Examples

View source: R/countPTMs.R

Description

This function will allow you to count the number of PTMs in a protein data frame generated by the fetchGenebank function. It will use the data from the PTM dataframe created by the PTM function. Using the geneid it will link the data and count the PTMs.

Usage

1
countPTMs(proteindf, ptmdf)

Arguments

proteindf

Data frame of protein data generated by the fetchGenebank function.

ptmdf

Data frame of PTM data generated by the ptm function

Examples

1
proteindf <- countPTMs(proteindf, ptmdf)

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