Description Usage Arguments Value Author(s)
View source: R/filterSQMASSdb.R
This function can be used to filter an sqMass db file given a list of unmodified sequences
1 2 3 4 5 | filterSQMASSdb(
sqmass_file,
unmodified_sequence_filter,
recreate_indexes = FALSE
)
|
sqmass_file |
A character vector of the absolute path and filename of the sqMass file. (Must be .osw format) |
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.