GenerateCandXLSX: Generate a table for the candidates obtained in...

View source: R/GenerateCandXLSX.R

GenerateCandXLSXR 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]


HiResTEC documentation built on April 3, 2025, 9:35 p.m.