Description Usage Arguments Value Author(s) See Also Examples
Selects all features from multipeptide with alignment rank = 1, and write them onto the disk.
1 | writeTables(fileInfo, multipeptide, precursors)
|
fileInfo |
(data-frame) Output of getRunNames function. |
multipeptide |
(list of data-frames) Each element of the list is collection of features associated with a precursor. |
precursors |
(data-frame) for each transition_group_id, contains peptide sequence and charge. |
filename |
(string) Name of the output file. |
An output table with following columns: precursor, run, intensity, RT, leftWidth, rightWidth, peak_group_rank, m_score, alignment_rank, peptide_id, sequence, charge, group_label.
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2020) + GPL-3 Date: 2020-04-14
getRunNames, getMultipeptide, getPrecursors
1 2 3 4 5 | data(oswFiles_DIAlignR, package="DIAlignR")
## Not run:
writeTables(fileInfo, multipeptide, precursors)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.