View source: R/MSstats_functions.R
artmsMergeEvidenceAndKeys | R Documentation |
Merge the evidence and keys files on the given columns
artmsMergeEvidenceAndKeys(
x,
keys,
by = c("RawFile"),
isSummary = FALSE,
verbose = TRUE
)
x |
(data.frame or char) The evidence data, either as data.frame or the file name (and path). It also works for the summary.txt file |
keys |
The keys data, either as a data.frame or file name (and path) |
by |
(vector) specifying the columns use to merge the evidence and keys.
Default: |
isSummary |
(logical) TRUE or FALSE (default) |
verbose |
(logical) |
(data.frame) with the evidence and keys merged
evidenceKeys <- artmsMergeEvidenceAndKeys(x = artms_data_ph_evidence,
keys = artms_data_ph_keys)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.