Description Usage Arguments Value
transform the rtandem output file to a data variables that can be accepted by PTM_finderfunction.
1 | tandem_get_data(result, modification, uids)
|
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 |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.