View source: R/GenerateCandXLSX.R
GenerateCandXLSX | R Documentation |
GenerateCandXLSX
will produce a XLSX of a list containing
test results objects.
GenerateCandXLSX(res_list = NULL, xlsx_file = NULL, rejected = FALSE)
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. |
Just a wrapper, to get the important information in a tabular layout.
Candidate table as data.frame.
# 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]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.