man_qc {qcrlscR} | R Documentation |
man_qc: test data for QC-RLSC
Description
This HPLC data set includes 4 batches with missing values.
Usage
man_qc
Format
A list with data matrix and meta data:
- data
A data frame with 462 replicates (row) and 656 features (column)
- meta
A data frame with 2 columns:
batch: 4 batches
sample_type: QC and Sample
Examples
man_qc
t(sapply(man_qc, dim))
## Select data matrix and meta data
data <- man_qc$data
meta <- man_qc$meta
## Select batches and data types
cls.qc <- factor(meta$sample_type)
cls.bl <- factor(meta$batch)
[Package qcrlscR version 0.1.3 Index]