man_qc | R Documentation |
This HPLC data set includes 4 batches with missing values.
man_qc
A list with data matrix and meta data:
A data frame with 462 replicates (row) and 656 features (column)
A data frame with 2 columns:
batch: 4 batches
sample_type: QC and Sample
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.