Description Usage Arguments Value Author(s)
This function can be used to filter an osw db file given a list of unmodified sequences
1 2 3 4 5 6 7 | filterOSWdb(
osw_file,
unmodified_sequence_filter = NULL,
modified_sequence_filter = NULL,
random_seed = NULL,
ratio_keep = NULL
)
|
osw_file |
A character vector of the absolute path and filename of the osw 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') |
modified_sequence_filter |
A character vector for extraction of specific peptide(s) with modifications |
random_seed |
(numeric) Set the seed for sampling |
ratio_keep |
(float) Set the fraction of sequences to keep |
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.