Example sample-metadata table for the ComplexHeatmap module
Source:R/data.R
example_heatmap_column_data.RdPer-sample metadata for the 12 samples in example_heatmap_matrix,
keyed by sample. Supplying this alongside the matrix (as
list(matrix = example_heatmap_matrix, column_annotations = example_heatmap_column_data)) enables column annotations in the
ComplexHeatmap module.
Format
A data frame with 12 rows and 4 columns:
- sample
Sample identifier (factor), matching the sample column names in example_heatmap_matrix
- condition
Experimental condition (factor: Healthy, Disease)
- batch
Processing batch (factor: B1, B2), crossed with
condition- library_size
Simulated sequencing library size (numeric)