glog_transform {structToolbox} | R Documentation |
applies a glog transform to the input data
glog_transform(qc_label = "QC", factor_name, ...)
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 |
struct object
D = iris_DatasetExperiment() M = glog_transform(qc_label='versicolor',factor_name='Species') M = model_apply(M,D)