Multicomponent biomarker: Difference between revisions
Jump to navigation
Jump to search
Created page with "This article is a stub." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
A multicomponent biomarker is a group of biological markers tested together to provide a comprehensive assessment of health, e.g., a lipid panel (blood test) that measures total cholesterol, LDL, HDL, and triglycerides. These four entities would occupy four rows with the <code>component_index</code> from 1 to 4. | |||
== Multicomponent single-entity biomarker == | |||
{| class="wikitable" | |||
|- | |||
! <code>biomarker_index</code> !! <code>component_index</code> !! <code>entity_index</code> !! <code>assessed_biomarker_entity</code> | |||
|- | |||
| 1 || 1 || 1 || total cholesterol | |||
|- | |||
| 1 || 2 || 1 || LDL | |||
|- | |||
| 1 || 3 || 1 || HDL | |||
|- | |||
| 1 || 4 || 1 || triglycerides | |||
|} | |||
See also [https://biomarkerkb.org/biomarker/AN6165-1#Biomarker-Components AN6165-1]. | |||
== Multicomponent multi-entity biomarker == | |||
{| class="wikitable" | |||
|- | |||
! <code>biomarker_index</code> !! <code>component_index</code> !! <code>entity_index</code> !! <code>assessed_biomarker_entity</code> | |||
|- | |||
| 1 || 1 || 1 || glycan A | |||
|- | |||
| 1 || 1 || 2 || protein X | |||
|- | |||
| 1 || 2 || 1 || some DNA | |||
|- | |||
| 1 || 3 || 1 || some RNA | |||
|} | |||
In this example, component 1 is a glycoprotein, component 2 is a DNA molecule, and component 3 is an RNA molecule. | |||
Latest revision as of 13:33, 27 August 2026
A multicomponent biomarker is a group of biological markers tested together to provide a comprehensive assessment of health, e.g., a lipid panel (blood test) that measures total cholesterol, LDL, HDL, and triglycerides. These four entities would occupy four rows with the component_index from 1 to 4.
Multicomponent single-entity biomarker
biomarker_index |
component_index |
entity_index |
assessed_biomarker_entity
|
|---|---|---|---|
| 1 | 1 | 1 | total cholesterol |
| 1 | 2 | 1 | LDL |
| 1 | 3 | 1 | HDL |
| 1 | 4 | 1 | triglycerides |
See also AN6165-1.
Multicomponent multi-entity biomarker
biomarker_index |
component_index |
entity_index |
assessed_biomarker_entity
|
|---|---|---|---|
| 1 | 1 | 1 | glycan A |
| 1 | 1 | 2 | protein X |
| 1 | 2 | 1 | some DNA |
| 1 | 3 | 1 | some RNA |
In this example, component 1 is a glycoprotein, component 2 is a DNA molecule, and component 3 is an RNA molecule.