List the Clinical Omes
clinical_ome_list.RdThe omes carrying clinical chemistry rather than a research
assay. Every loader takes a load_clinical argument that gates these,
and it is FALSE by default.
Details
c1.3 carried clinical chemistry as a single "clinical-chemistry"
assay; c2.0 splits it into a metabolomics and a proteomics assay, each with
its own QC, differential-analysis and summary-statistic objects.
They are gated rather than simply included because they are a different
kind of measurement from the research omes, and every caller written before
c2.0 that asks for "all" is summarising the molecular landscape.
Adding them by default changes those results silently: the clinical
metabolomics differential-analysis rows overlap the combined
*_METAB_DA table on five analytes (Cortisol, Glycerol, KET, NEFA and
Glucose), and a caller that maps an assay to a display name puts clinical
chemistry into a row that was never meant to hold it.
Pass load_clinical = TRUE to get them.