getRefRun {DIAlignR} | R Documentation |
Provides the reference run based on lowest m-score.
getRefRun(multipeptide)
multipeptide |
(list of data-frames) Each element of the list is collection of features associated with a precursor. |
(dataframe) has two columns:
transition_group_id |
(integer) a unique id for each precursor. |
run |
(string) run identifier. |
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2020) + GPL-3 Date: 2020-04-08
dataPath <- system.file("extdata", package = "DIAlignR") ## Not run: data("multipeptide_DIAlignR", package = "DIAlignR") getRefRun(multipeptide_DIAlignR) ## End(Not run)