tandem_get_data: 'tandem_get_data' extract required data(modification, peptide...

Description Usage Arguments Value

View source: R/msptm.R

Description

transform the rtandem output file to a data variables that can be accepted by PTM_finderfunction.

Usage

1
tandem_get_data(result, modification, uids)

Arguments

result

a output file from rtandem package that contain mass to charge, peptide sequence, protein information, modification

modification

modification information that are investigated

uids

proteins id that you want to investigate

Value

A numeric vector.

modification<-data.frame("type"=c("Carbamidomethyl","Oxidation") ,"monomass"=c(57.022, 16.0), "AA"=c("C","M")) tandem_get_data(result.file,modification)


faye-yang/MSPTM documentation built on May 21, 2019, 4:05 a.m.