alignToRefMST | R Documentation |
df contains unaligned features for an analyte across multiple runs. This function aligns eXp run to ref run and updates corresponding features.
alignToRefMST(iNet, net, fileInfo, XICs, params, analytes, df, globalFits, RSE)
iNet |
(integer) the index of edge to be aligned in the net. |
net |
(matrix) each row represents an edge of MST. |
fileInfo |
(data-frame) output of |
XICs |
(list of dataframes) fragment-ion chromatograms of the analytes for all runs. |
params |
(list) parameters are entered as list. Output of the |
analytes |
(string) precursor IDs of the requested peptide. |
df |
(dataframe) a collection of features related to analytes. |
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. |
invisible NULL
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2021) + GPL-3 Date: 2021-05-15
mstAlignRuns, MSTperBatch, setAlignmentRank, getMultipeptide
dataPath <- system.file("extdata", package = "DIAlignR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.