| getAnalytesName {DIAlignR} | R Documentation |
This function provides all found analytes or only common analytes that have m-score less than analyteFDR.
getAnalytesName(oswFiles, analyteFDR = 1, commonAnalytes = TRUE)
oswFiles |
(list of data-frames) it is output from getOswFiles function. |
analyteFDR |
(numeric) only analytes that have m-score less than this, will be included in the output. |
commonAnalytes |
(logical) TRUE: intersect across all runs, FASLE: union across all runs. |
A vector of strings.
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2019) + GPL-3 Date: 2019-12-14
data("oswFiles_DIAlignR", package = "DIAlignR")
## Not run:
getAnalytesName(oswFiles = oswFiles_DIAlignR, analyteFDR = 0.01, commonAnalytes = TRUE)
## End(Not run)