Description Usage Arguments Value Author(s)
This function can be used to filter an PQP db file given a list of unmodified sequences
1 2 3 4 5 | filterPQPdb(
pqp_file,
unmodified_sequence_filte,
modified_sequence_filter = NULL
)
|
pqp_file |
A character vector of the absolute path and filename of the sqMass file. (Must be .osw format) |
modified_sequence_filter |
A character vector for extraction of specific peptide(s) with modifications |
unmodified_sequence_filter |
A character vector for extraction of specific peptide(s). I.e. c('ANSSPTTNIDHLK', 'ESTAEPDSLSR', 'NLSPTKQNGKATHPR', 'KDSNTNIVLLK', 'NKESPTKAIVR') |
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.