Description Usage Arguments Value Author(s)
View source: R/getPepLibData.R
This function can be used to extract information from the PQP library file. This can also be used to extract the transition informaiton from and OSW results file.
1  | getPepLibData_(libfile, peptide_id = "", mod_peptide_id = c("", ""))
 | 
libfile | 
 A character vector of the absolute path and filename of the library file. (Must be .pqp format)  | 
peptide_id | 
 A character vector for extraction of a specific peptide. I.e. 'ANSSPTTNIDHLK'  | 
mod_peptide_id | 
 An array of two string vectors indicating a specific modified peptide sequence with both UniMod annotation and actual modification name to extract information for. I.e. c(ANS(Phos)SNSLK, ANS(UniMod:21)SNSLK) (Default: ”)  | 
A data.table containing spectral library information
Justin Sing https://github.com/singjc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.