Skip to content
Open
Show file tree
Hide file tree
Changes from 70 commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
994c053
Added diseases_history
idazucchi Feb 6, 2026
f55ebb4
Added device_treatment
idazucchi Feb 6, 2026
1340e85
Added device_treatment
idazucchi Feb 6, 2026
26bdd4f
Revert "Added device_treatment"
idazucchi Feb 11, 2026
d3f3369
Added cardioplegia
idazucchi Feb 11, 2026
60330b7
Added mps_lvef
idazucchi Feb 11, 2026
a6662e9
Added mps_inducible_ischaemic
idazucchi Feb 11, 2026
de69e4a
Added mps_scar
idazucchi Feb 11, 2026
2fa97c7
Added mps_time_offset
idazucchi Feb 11, 2026
886fc85
Added ecg_heart_rate
idazucchi Feb 11, 2026
fb9c944
Added ecg_heart_rhythm
idazucchi Feb 11, 2026
7ed241d
Added ecg_pr_interval_duration
idazucchi Feb 11, 2026
bd16b93
Added ecg_qrs_complex_duration
idazucchi Feb 11, 2026
87dd7b3
Added ecg_lbbb_rbbb_ivcd
idazucchi Feb 11, 2026
4e5f1bd
Added ecg_qt_interval_corrected
idazucchi Feb 11, 2026
9403e4e
Added ecg_time_offset
idazucchi Feb 11, 2026
4f15042
added dots to readme
idazucchi Feb 11, 2026
5be6392
Revert "added dots to readme"
idazucchi Feb 11, 2026
ae18284
Merge branch 'master' into iz-heart-tier2
idazucchi Feb 11, 2026
a49d702
Merge remote-tracking branch 'origin/iz-adipose-tier2' into iz-heart-…
idazucchi Feb 17, 2026
9716db9
Added echo_aortic_stenosis
idazucchi Feb 17, 2026
5fe0b54
Added echo_aortic_regurgitation
idazucchi Feb 17, 2026
0812a01
Added echo_mitral_regurgitation
idazucchi Feb 17, 2026
89c21f5
Added echo_mitral_stenosis
idazucchi Feb 17, 2026
05a768c
Added echo_tricuspid_regurgitation
idazucchi Feb 17, 2026
03ddcf4
Added echo_estimated_rvsp
idazucchi Feb 17, 2026
1c0d776
Added echo_lvedv
idazucchi Feb 17, 2026
b05a578
Added echo_lvedv_indexed
idazucchi Feb 17, 2026
37a826f
Added echo_lvesv
idazucchi Feb 17, 2026
18a2775
Added echo_lvesv_indexed
idazucchi Feb 17, 2026
9f01a0a
Added echo_lvef
idazucchi Feb 17, 2026
5e5940f
Added echo_lv_mass
idazucchi Feb 17, 2026
e042310
Added echo_lv_mass_indexed
idazucchi Feb 17, 2026
d7d05db
Added echo_rv_fac
idazucchi Feb 17, 2026
345d60a
Added echo_tapse
idazucchi Feb 17, 2026
d73e5c7
Added echo_lv_septum_thickness
idazucchi Feb 17, 2026
1efa360
Added echo_pw_thickness
idazucchi Feb 17, 2026
aeba8a0
Added echo_la_dimension
idazucchi Feb 17, 2026
d811bc5
Added echo_lav_indexed
idazucchi Feb 17, 2026
554a6da
Added echo_time_offset
idazucchi Feb 17, 2026
741e187
Added mri_lvedv
idazucchi Feb 17, 2026
e24679f
Added mri_lvedv_indexed
idazucchi Feb 17, 2026
48db7a8
Added mri_lvesv
idazucchi Feb 17, 2026
f923e2e
Added mri_lvesv_indexed
idazucchi Feb 17, 2026
3c0ec18
Added mri_lvef
idazucchi Feb 17, 2026
f14ebf2
Added mri_lv_mass
idazucchi Feb 17, 2026
5be586e
Added mri_lv_mass_indexed
idazucchi Feb 17, 2026
d57232a
Added mri_rv_ejection_fraction
idazucchi Feb 17, 2026
fe27d9f
Added mri_mid_wall_lge
idazucchi Feb 17, 2026
6ff3fca
Added mri_epicardial_lge
idazucchi Feb 17, 2026
d1eb72b
Added mri_infarct_pattern_lge
idazucchi Feb 17, 2026
b2614dd
Added mri_myocardial_oedema
idazucchi Feb 17, 2026
4f84a2d
Added mri_time_offset
idazucchi Feb 17, 2026
20ab01a
Added sodium blood test
idazucchi Feb 17, 2026
1cea71f
Added potassium blood test
idazucchi Feb 17, 2026
208a0f3
Added urea blood test
idazucchi Feb 17, 2026
aaba0f6
Added creatinine blood test
idazucchi Feb 17, 2026
56710fd
Added total_bilirubin blood test
idazucchi Feb 17, 2026
981eafd
update project test files
idazucchi Feb 17, 2026
72ee25d
Added substance use fields
idazucchi Feb 18, 2026
e8d84b9
Expanded transplant fields
idazucchi Feb 18, 2026
be6035d
Merge branch 'iz-adipose-tier2' into iz-heart-tier2
idazucchi Feb 27, 2026
92341b3
fix linting comments
idazucchi Mar 5, 2026
9b058c4
Apply suggestion from @Copilot - use vscode market place rather than …
amnonkhen Mar 6, 2026
ce939af
Update .github/workflows/schema-tests.yml to use node 18
amnonkhen Mar 6, 2026
f8f361f
Merge branch 'staging' into iz-heart-tier2
idazucchi Apr 9, 2026
2970f43
added regex fix to update log
idazucchi Apr 10, 2026
61f5f5d
added minimum value
idazucchi Apr 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/schema-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run schema linter
run: python ./src/schema_linter.py
- name: Other Tests
run: python -m unittest discover --start-directory tests/python
run: python -m pytest tests/python
tests:
runs-on: ubuntu-latest
defaults:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
src/schema_test_suite.pyc
src/__pycache__/
tests/node_modules
*.pyc
8 changes: 1 addition & 7 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ groups:
- "'Security' not in labels"
reviewers:
users:
- ESapenaVentura
- amnonkhen
- MightyAx
reviews:
required: 1
request_order: shuffle
Expand Down Expand Up @@ -97,7 +95,6 @@ groups:
reviewers:
users:
- amnonkhen
- MightyAx
reviews:
required: 1
request: 1
Expand All @@ -110,7 +107,6 @@ groups:
- "'content' in labels"
reviewers: # people who can approve for this group
users:
- ESapenaVentura
- amnonkhen
- ncalvanese1
- hannes-ucsc
Expand All @@ -126,9 +122,7 @@ groups:
- "'*.py' in files or '*.js' in files or '*.yml' in files"
reviewers:
users:
- ESapenaVentura
- ami-day
- Wkt8
- amnonkhen
- idazucchi
reviews:
required: 1
Expand Down
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mochaExplorer.files": "tests/**/*.test.js",
"mochaExplorer.ignore": "**/node_modules/**",
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"tests/python"
],
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
}
61 changes: 61 additions & 0 deletions docs/jsonBrowser/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,50 @@ dlco | Indicate the Diffusing Capacity of the Lung for Carbon Monoxide (DLCO) in
dlco_predicted_percent | Indicate the percentage of the predicted DLCO, based on patient demographics, if available. | number | no | | DLCO percent of predicted | | 88; 95; 82
kco | Indicate the transfer coefficient of the lung for carbon monoxide (KCO) in mmol/min/kPa/L if available. | number | no | | KCO | | 5; 6; 4.5
kco_predicted_percent | Indicate the percentage of the predicted KCO, based on patient demographics, if available. | number | no | | KCO percent of predicted | | 90; 98; 85
ecg_heart_rate | Heart rate as measured by electrocardiogram in beats per minute. | number | no | | Ecg - Heart Rate | | 72; 65; 80
ecg_heart_rhythm | Heart rhythm as measured by electrocardiogram. | string | no | | Ecg - Heart Rhythm | | sinus rhythm; atrial fibrillation; atrial flutter; atrial tachycardia
ecg_pr_interval_duration | PR interval duration in ms as measured by electrocardiogram. It can be described as PQ interval duration in ECG description according to region. | number | no | | Ecg - Pr Interval Duration | | 160; 140; 180
ecg_qrs_complex_duration | QRS complex duration in ms as measured by electrocardiogram. | number | no | | Ecg - QRS Complex Duration | | 90; 100; 110
ecg_lbbb_rbbb_ivcd | Bundle branch block and/or delayed atrioventricular conduction as measured by electrocardiogram. LBBB - Left bundle branch block/ RBBB - right bundle branch block/ IVCD - intraventricular-conduction delay (QRSd >120ms not fulfilling LBBB or RBBB criteria). | string | no | | Ecg - LBBB RBBB IVCD | LBBB, RBBB, IVCD | Should be one of: LBBB, RBBB, IVCD.
ecg_qt_interval_corrected | Corrected QT interval in ms as measured by electrocardiogram. | number | no | | Ecg - QT Interval Corrected | | 420; 410; 430
ecg_time_offset | Time between the test and the collection of the sample, measured in days. | number | no | | Ecg - Time Offset | | 4; 20; 58
echo_aortic_stenosis | Aortic stenosis as measured by echocardiogram. | string | no | | Echo - Aortic Stenosis | no, mild, mod, severe | Should be one of: no, mild, mod, severe.
echo_aortic_regurgitation | Aortic regurgitation as measured by echocardiogram. | string | no | | Echo - Aortic Regurgitation | no, mild, mod, severe | Should be one of: no, mild, mod, severe.
echo_mitral_regurgitation | Mitral regurgitation as measured by echocardiogram. | string | no | | Echo - Mitral Regurgitation | no, mild, mod, severe | Should be one of: no, mild, mod, severe.
echo_mitral_stenosis | Mitral stenosis as measured by echocardiogram. | string | no | | Echo - Mitral Stenosis | no, mild, mod, severe | Should be one of: no, mild, mod, severe.
echo_tricuspid_regurgitation | Tricuspid regurgitation as measured by echocardiogram. | string | no | | Echo - Tricuspid Regurgitation | no, mild, mod, severe | Should be one of: no, mild, mod, severe.
echo_estimated_rvsp | Estimated right ventricular systolic pressure in mmHg as measured by echocardiogram. | number | no | | Echo - Estimated RVSP | | 25; 30; 35
echo_lvedv | Left ventricular end-diastolic volume in ml as measured by echocardiogram. | number | no | | Echo - LVEDV | | 120; 110; 130
echo_lvedv_indexed | Left ventricular end-diastolic volume indexed to body surface area in ml/m^2 (indexed to body surface area) as measured by echocardiogram. | number | no | | Echo - LVEDV Indexed | | 65; 70; 60
echo_lvesv | Left ventricular end-systolic volume in ml as measured by echocardiogram. | number | no | | Echo - LVESV | | 50; 45; 55
echo_lvesv_indexed | Left ventricular end-systolic volume indexed to body surface area in ml/m^2 (indexed to body surface area) as measured by echocardiogram. | number | no | | Echo - LVESV Indexed | | 25; 30; 28
echo_lvef | Left ventricular ejection fraction as measured by echocardiogram. | number | no | | Echo - LVEF | | 55; 60; 65
echo_lv_mass | Left ventricular mass in grams as measured by echocardiogram. | number | no | | Echo - LV Mass | | 150; 160; 140
echo_lv_mass_indexed | Left ventricular mass indexed to body surface area in g/m^2 (indexed to body surface area) as measured by echocardiogram. | number | no | | Echo - LV Mass Indexed | | 75; 80; 70
echo_rv_fac | Right Ventricular Fractional Area Change (RV FAC) in percentage as measured by echocardiogram. | number | no | | Echo - RV FAC | | 40; 45; 50
echo_tapse | Tricuspid annular plane systolic excursion (TAPSE) in mm as measured by echocardiogram. | number | no | | Echo - TAPSE | | 20; 22; 18
echo_lv_septum_thickness | Left ventricular septum thickness in mm as measured by echocardiogram. | number | no | | Echo - LV Septum Thickness | | 9; 10; 11
echo_pw_thickness | Basal posterior LV wall thickness in mm as measured by echocardiogram. | number | no | | Echo - PW Thickness | | 9; 10; 11
echo_la_dimension | Left atrial diameter in PLAX view in mm as measured by echocardiogram. | number | no | | Echo - LA Dimension | | 38; 36; 40
echo_lav_indexed | Left atrial volume indexed to body surface area in ml/m^2 (left atrial volume indexed to body surface area) as measured by echocardiogram. | number | no | | Echo - LAV Indexed | | 28; 30; 32
echo_time_offset | Time between the test and the collection of the sample, in days. | number | no | | Echo - Time Offset | | 4; 20; 58
mri_lvedv | Left ventricular end-diastolic volume in ml as measured by MRI. | number | no | | Mri - LVEDV | | 140; 150; 130
mri_lvedv_indexed | Left ventricular end-diastolic volume indexed to body surface area in ml/m^2 (indexed to body surface area) as measured by MRI. | number | no | | Mri - LVEDV Indexed | | 75; 70; 80
mri_lvesv | Left ventricular end-systolic volume in ml as measured by MRI. | number | no | | Mri - LVESV | | 60; 55; 65
mri_lvesv_indexed | Left ventricular end-systolic volume indexed to body surface area in ml/m^2 (indexed to body surface area) as measured by MRI. | number | no | | Mri - LVESV Indexed | | 30; 28; 32
mri_lvef | Left ventricular ejection fraction measured by MRI. | number | no | | Mri - LVEF | | 55; 60; 58
mri_lv_mass | Left ventricular mass in grams as measured by MRI. | number | no | | Mri - LV Mass | | 130; 120; 140
mri_lv_mass_indexed | Left ventricular mass indexed to body surface area in g/m^2 (indexed to body surface area) as measured by MRI. | number | no | | Mri - LV Mass Indexed | | 65; 60; 70
mri_rv_ejection_fraction | Right ventricular ejection fraction in percentage as measured by MRI. | number | no | | Mri - RV Ejection Fraction | | 50; 55; 60
mri_mid_wall_lge | Late gadolinium enhancement (mid wall) as measured by MRI. | boolean | no | | Mri - Mid Wall LGE | | Should be one of: yes; no.
mri_epicardial_lge | Late gadolinium enhancement (epicardial) as measured by MRI. | boolean | no | | Mri - Epicardial LGE | | Should be one of: yes; no.
mri_infarct_pattern_lge | Late gadolinium enhancement (infarct pattern) as measured by MRI. | boolean | no | | Mri - Infarct Pattern LGE | | Should be one of: yes; no.
mri_myocardial_oedema | Myocardial oedema as measured by MRI. | boolean | no | | Mri - Myocardial Oedema | | Should be one of: yes; no.
mri_time_offset | Time between the test and the collection of the sample, in days. | number | no | | Mri - Time Offset | | 4; 20; 58
mps_lvef | Left ventricular ejection fraction in percentage as measured by myocardial perfusion scintigraphy. | number | no | | Mps - LVEF | | 58; 60; 62
mps_inducible_ischaemic | Left ventricular inducible ischemic percentage as measured by myocardial perfusion scintigraphy. | number | no | | Mps - Inducible Ischaemic | | 0; 5; 12
mps_scar | Left ventricular scar percentage as measured by myocardial perfusion scintigraphy. | number | no | | Mps - Scar | | 0; 3; 10
mps_time_offset | Time between the test and the collection of the sample, in days. | number | no | | Mps - Time Offset | | 4; 20; 58

## Collection institute<a name='Collection institute'></a>
_Information about collection institute location._
Expand Down Expand Up @@ -552,6 +596,10 @@ Location: module/biomaterial/lifestyle.json
Property name | Description | Type | Required? | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | --- | ---
physical_activity | The habitual level of physical activity and regular physical activities. | string | no | | Physical activity | | active - football, tennis; sedentary
substance_type | Any drug or substance the donor uses or used. | array | no | | Substance Type | marijuana, cocaine, heroin, methamphetamine, prescription drugs (non-medical use) | marijuana; cocaine; heroin; methamphetamine; prescription drugs (non-medical use)
substance_frequency | Number of donor's substance usage per year. | number | no | | Substance Use Frequency | | 12; 50; 300
substance_use_duration | Duration of donor's substance usage in years. | integer | no | | Duration Of Substance Use | | 4; 8; 20
substance_duration_since_last_use | If donor is no longer using, specify the number of years since substance usage cessation, if available. | integer | no | | Duration Since Last Substance Use | | 1; 4; 20

## Death<a name='Death'></a>
_Information relating to the death of an organism._
Expand Down Expand Up @@ -603,7 +651,10 @@ diet_meat_consumption | Dietary patterns of donor - meat (chicken, seafood, fish
reproductive_history | Reproductive history of the donor at the time of collection. | object | no | [See module reproductive_history](module.md#reproductive-history) | Reproductive history | |
blood_test | Results from blood tests performed on the individual. | object | no | [See module blood_test](module.md#blood-test) | Blood tests | |
test_results | Results from medical tests performed on the individual. | string | no | | Test results | | lipid panel shows normal level of LDL (124 mg/dL); HIV, HBV, HCV: Negative
diseases_history | Short description of known disease(s) that have previously affected the donor, but are not considered active now. | array | no | [See module disease_ontology](module.md#disease-ontology) | Diseases History | |
treatment | Treatments the individual has undergone prior to biomaterial collection. | string | no | | Treatments | | Patient treated with antibiotics for a urinary tract infection; Patient treated with chemotherapy (Epirubicin, cisplatin, capecitabine) to treat stomach cancer
device_treatment | Device/interventional therapy 1 year before and/or at time of sample collection. | string | no | | Device Treatment | ECMO, IABP, Impella, LVAD, RVAD, PPM, ICD, CRT | Should be one of: ECMO, IABP, Impella, LVAD, RVAD, PPM, ICD, CRT
cardioplegia | Cardioplegia applied right before or during time of biomaterial collection. | boolean | no | | Cardioplegia | | yes; no
previous_surgeries | Previous surgeries the individual has undergone prior to biomaterial collection. | string | no | | Previous surgeries | | Appendectomy; Coleostomy; Vaginoplasty; LASIK; Abdominal surgery
defined_diet | Whether the individual was following a defined diet at the time of biomaterial collection. | boolean | no | | Defined diet | | yes; no
diet_specific | Defined diet the donor was on at the time of biomaterial collection. | array | no | | Diet Specific | vegan, vegetarian, omnivore, gluten_free, fodmap, baby_formula, breastfeeding, elimination, keto, paleo | gluten_free; fodmap; baby_formula; breastfeeding; elimination; keto; paleo
Expand Down Expand Up @@ -646,6 +697,16 @@ testosterone | Testosterone in the last blood test of the donor before collectio
testosterone_unit | Testosterone unit. | string | no | | Testosterone unit | nmol/L, ng/dL | nmol/L; ng/dL
triglycerides | Triglycerides levels from the donor's last blood test after at least 9-12 hours of fasting, prior to the biopsy collection. | number | no | | Triglycerides | | 160; 133; 140
triglycerides_unit | Triglycerides unit. | string | no | | Triglycerides unit | mg/dL, mmol/L | mg/dL; mmol/L
sodium | Sodium in the last blood test of the donor before collection. | number | no | | Sodium | | 138; 140; 142
sodium_unit | Sodium unit. | string | no | | Sodium unit | mmol/L | mmol/L
potassium | Potassium in the last blood test of the donor before collection. | number | no | | Potassium | | 4.0, 4.2, 3.8
potassium_unit | Potassium unit. | string | no | | Potassium unit | mmol/L | mmol/L
urea | Urea in the last blood test of the donor before collection. | number | no | | Urea | | 5.0, 5.5, 4.8
urea_unit | Urea unit. | string | no | | Urea unit | mmol/L | mmol/L
creatinine | Creatinine in the last blood test of the donor before collection. | number | no | | Creatinine | | 80, 85, 78
creatinine_unit | Creatinine unit. | string | no | | Creatinine unit | micromol/L, mg/dL | micromol/L, mg/dL
total_bilirubin | Total bilirubin in the last blood test of the donor before collection. | number | no | | Total bilirubin | | 12, 10, 14
total_bilirubin_unit | Total bilirubin unit. | string | no | | Total bilirubin unit | micromol/L | micromol/L
white_blood_cell_count | Measurement of total white blood cells per unit volume of blood from the donor's last blood test prior to biopsy collection. | number | no | | White cell count | | 4.5; 11; 9.24
white_blood_cell_count_unit | White cell count unit. | string | no | | White cell count unit | 10^9/L, cells/μL | 10^9/L; cells/μL
bloodtest_time_offset | Time between the test and the collection of the sample, in days. | number | no | | Blood test time offset | | 12; 42; 98
Expand Down
5 changes: 3 additions & 2 deletions docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ schema_type | The type of the metadata schema entity. | string | yes | | | pro
provenance | Provenance information provided by the system. | object | no | [See provenance](.md#provenance) | | |
protocol_core | Core protocol-level information. | object | yes | [See core protocol_core](core.md#protocol-core) | Protocol core | |
method | Method used to collect the biomaterial. | object | yes | [See module process_type_ontology](module.md#process-type-ontology) | Collection method | |
biopsy_procedure | Type of biopsy procedure used in the sample collection. | string | no | | Type of biopsy procedure | Bergstrom needle, Punch biopsy, Mercedes needle, dry aspiration, Mercedes needle, tumescent lidocaine “wet” aspiration | Bergstrom needle; Punch biopsy; Mercedes needle, dry aspiration; Mercedes needle, tumescent lidocaine “wet” aspiration
procedure | Procedure used to collect the specimen from the organism. | string | no | | Procedure | | colonoscopy; venipuncture; laparoscopic surgery
biopsy_procedure | Type of biopsy procedure used in the sample collection. | string | no | | Type of biopsy procedure | Bergstrom needle, Punch biopsy, Mercedes needle, dry aspiration, Mercedes needle, tumescent lidocaine “wet” aspiration | Bergstrom needle; Punch biopsy; Mercedes needle, dry aspiration; Mercedes needle, tumescent lidocaine “wet” aspiration
reagents | A list of purchased reagents used in this protocol. | array | no | [See module purchased_reagents](module.md#purchased-reagents) | Protocol reagents | |

## Differentiation protocol
Expand Down Expand Up @@ -353,7 +353,8 @@ genus_species | The scientific binomial name for the species of the specimen. |
organ | The organ that the biomaterial came from. | object | yes | [See module organ_ontology](module.md#organ-ontology) | Organ | |
organ_parts | A term for a specific part of the organ that the biomaterial came from. | array | no | [See module organ_part_ontology](module.md#organ-part-ontology) | Organ part | |
radial_tissue_term | Layer(s) of the gut that was/were sampled. | array | no | | Radial tissue term | EPI, LP, MLN, MUILF, MUSC, PP, SMILF, SUB | EPI; LP; MLN; MUILF; MUSC; PP; SMILF; SUB
transplant_organ | Was the specimen collected after extraction for organ transplantation? | boolean | no | | Transplant organ | | yes; no
transplant_organ | Was the organ transplanted or explanted before biomaterial collection? | string | no | | Transplant organ | explanted organ, transplanted organ, no transplant | explanted organ; transplanted organ; no transplant.
transplant_rejection_reason | If the organ was evaluated for transplantation but rejected give the reason for rejection. | string | no | | Transplant Rejection Reason | | Rejected because underlying malignant disease; not evaluated for transplantation
diseases | Short description of known disease(s) of the specimen. | array | no | [See module disease_ontology](module.md#disease-ontology) | Known disease(s) | |
adjacent_diseases | Short description of the disease(s) adjacent to the specimen's collection site (e.g. breast cancer). | array | no | [See module disease_ontology](module.md#disease-ontology) | Adjacent disease(s) | |
experimental_condition | Case of the sample used in the experiment context, it should include a description of the experimental conditions of the study. If disease case, specify the disease that was studied. | string | no | | Case Control definition | | healthy control; disease control; MAFLD disease case; gestational diabetes case
Expand Down
Loading