Description Usage Arguments Value Author(s) See Also Examples
Provides the reference run based on lowest m-score.
1 | 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
1 2 3 4 5 6 | dataPath <- system.file("extdata", package = "DIAlignR")
## Not run:
data("multipeptide_DIAlignR", package = "DIAlignR")
getRefRun(multipeptide_DIAlignR)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.