Description Usage Arguments Value Author(s)
This function can be used to extract Transition Id and Transition Posterior Error Probability information from the OSW results file obtained from running OpenSwathWorkflow
1 2 3 4 5 6 7 8 9 | getTransitionScores_(
oswfile,
run_name,
precursor_id = "",
peptide_id = "",
mod_peptide_id = c("", ""),
detecting = TRUE,
identifying = TRUE
)
|
oswfile |
A character vector of the absolute path and filename of the osw results file. (Must be .osw format) |
run_name |
A character vector for extraction of a specific run, this should be the same name as the file name in the .OSW RUN table. |
precursor_id |
A numeric value for a specific precursor id to extract information for. (Default: ”) |
peptide_id |
A string vector indicatig a specific peptide to extract information for. (Default: ”) |
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 Transition IDs and Transition Posterior Error Probabilities, and other useful information. Similar to getOSWData.R.
Justin Sing https://github.com/singjc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.