GenerateCandXLSX {HiResTEC} | R Documentation |
Generate a table for the candidates obtained in EvaluateCandidateListAgainstRawData.
Description
GenerateCandXLSX
will produce a XLSX of a list containing
test results objects.
Usage
GenerateCandXLSX(res_list = NULL, xlsx_file = NULL, rejected = FALSE)
Arguments
res_list |
A list of result objects (each testing an individual mz pair). |
xlsx_file |
File name. |
rejected |
Logical. Prepare table of rejected candidates if TRUE. |
Details
Just a wrapper, to get the important information in a tabular layout.
Value
Candidate table as data.frame.
Examples
# load evaluation result of example data and
# generate table within R (use parameter xlsx_file to write to file)
x <- GenerateCandXLSX(HiResTEC::res_list)
str(x)
x[,1:5]
[Package HiResTEC version 0.63.1 Index]