Description Usage Arguments Value Author(s) See Also Examples
View source: R/align_dia_runs.R
For the ith analyte in multipeptide, this function aligns all runs to the reference run. The result is a dataframe that contains aligned features corresponding to the analyte across all runs.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 
| peptideIDs | (integer) vector of peptideIDs. | 
| multipeptide | (list) contains multiple data-frames that are collection of features
associated with analytes. This is an output of  | 
| refRuns | (data-frame) output of  | 
| precursors | (data-frame) atleast two columns transition_group_id and transition_ids are required. | 
| prec2chromIndex | (list) a list of dataframes having following columns:  | 
| fileInfo | (data-frame) output of  | 
| mzPntrs | (list) a list of mzRpwiz. | 
| params | (list) parameters are entered as list. Output of the  | 
| globalFits | (list) each element is either of class lm or loess. This is an output of  | 
| RSE | (list) Each element represents Residual Standard Error of corresponding fit in globalFits. | 
| rownum | (integer) represnts the index of the multipepetide to be aligned. | 
invisible NULL
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2020) + GPL-3 Date: 2020-07-26
alignTargetedRuns, alignToRef, getAlignedTimes, getMultipeptide
| 1 | dataPath <- system.file("extdata", package = "DIAlignR")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.