glog_transform {structToolbox}R Documentation

glog transform

Description

applies a glog transform to the input data

Usage

glog_transform(qc_label = "QC", factor_name, ...)

Arguments

qc_label

The label used to identify QC samples

factor_name

The sample_meta column name containing QC labels

...

additional slots and values passed to struct_class

Value

struct object

Examples

D = iris_DatasetExperiment()
M = glog_transform(qc_label='versicolor',factor_name='Species')
M = model_apply(M,D)

[Package structToolbox version 1.0.1 Index]