QCcustomization: Customization of QC output

Description Usage Arguments Value Examples

View source: R/QC.r

Description

Enable the user to choose which parameter to output from a dataframe containing the columns compound, metabolite, nbna, sd, mu, CV, and remove.

Usage

1
2
3
QCcustomization(data, COMPOUND = TRUE, COHORTE = TRUE,
  METABOLITE = TRUE, NBNA = TRUE, SD = TRUE, MU = TRUE,
  CV = TRUE, REMOVE = TRUE)

Arguments

data

the input QC dataframe;

COMPOUND

default=TRUE, output the column named "compound";

NBNA

default=TRUE, output the column named "nbna";

SD

default=TRUE, output the column named "sd";

MU

default=TRUE, output the column named "mu";

CV

default=TRUE, output the column named "CV";

REMOVE

default=TRUE, output the column named "remove".

Value

subdata the desired dataframe,

Examples

1

AurelieGuilbault/VIQCing documentation built on Oct. 30, 2019, 5:02 a.m.