Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed changes to Study metadata #208

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
55 changes: 52 additions & 3 deletions src/linkml/include_study.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ classes:
publication:
description: URL for publication(s) describing the study's rationale and methodology (PubMed Central preferred but not required; pipe-separated if multiple)
expectedNumberOfParticipants:
description: Expected number of participants in this study. If additional explanation is needed, please add to Study Description field.
description: Expected number of participants in this study (or actual number, if data has been submitted to INCLUDE DCC). If additional explanation is needed, please add to Study Description field.

Dataset:
title: Dataset
Expand Down Expand Up @@ -102,12 +102,13 @@ classes:
publication:
description: URL for publication(s) describing the Dataset's rationale and methodology (PubMed Central preferred but not required; pipe-separated if multiple)
expectedNumberOfParticipants:
description: Expected number of participants in this Dataset. If additional explanation is needed, please add to Dataset Description field.
description: Expected number of participants in this Dataset (or actual number, if data has been submitted to INCLUDE DCC). If additional explanation is needed, please add to Dataset Description field.
dataType:
description: Specific type of data contained in Dataset; pipe-separated if multiple (e.g. Preprocessed metabolite relative abundance, Absolute protein concentration, Aligned reads, Simple nucleotide variations, GVCF, Gene expression quantifications, Gene fusions, Somatic copy number variations, Somatic structural variations)
multivalued: true
experimentalStrategy:
description: Experimental method used to obtain data in Dataset; pipe-separated if multiple (e.g. Whole genome sequencing, RNAseq, Multiplex immunoassay, Mass spec metabolomics)
multivalued: true

DatasetManifest:
title: Dataset Manifest
Expand Down Expand Up @@ -219,7 +220,7 @@ slots:
definition_uri: include:studyDesign
description: Overall design of study, including whether it is longitudinal and whether family members/unrelated controls are also enrolled
title: Study Design
range: string
range: enum_studyDesign
required: true
clinicalDataSourceType:
definition_uri: include:clinicalDataSourceType
Expand Down Expand Up @@ -250,6 +251,11 @@ slots:
title: GUID Type
range: enum_guidType
required: true
guidMapped:
definition_uri: include:guidMapped
description: For studies using NDAR GUIDs, have the GUIDs been added to the INCLUDE GUID Mapping File?
title: GUIDs Mapped?
range: boolean
dbgap:
definition_uri: include:dbgap
title: dbGaP
Expand Down Expand Up @@ -367,6 +373,9 @@ enums:
aecom_ds:
text: aecom_ds
title: AECOM-DS
best21:
text: best21
title: BEST21
brainpower:
text: brainpower
title: BrainPower
Expand All @@ -379,6 +388,9 @@ enums:
charge_ds:
text: charge_ds
title: CHARGE-DS
decidas:
text: decidas
title: DECIDAS
ds_brain:
text: ds_brain
title: DS-Brain
Expand Down Expand Up @@ -409,6 +421,9 @@ enums:
ds_sleep:
text: ds_sleep
title: DS-Sleep
ds_vite:
text: ds_vite
title: DS-VitE
ds360_chd:
text: ds360_chd
title: DS360-CHD
Expand Down Expand Up @@ -493,6 +508,37 @@ enums:
text: adult
title: Adult
description: 18+ years old
enum_studyDesign:
name: enum_studyDesign
definition_uri: include:enum_studyDesign
permissible_values:
case_control:
text: case_control
title: Case-Control
case_set:
text: case_set
title: Case Set
control_set:
text: control_set
title: Control Set
clinical_trial:
text: clinical_trial
title: Clinical Trial
cross_sectional:
text: cross_sectional
title: Cross-Sectional
family_twins_trios:
text: family_twins_trios
title: Family/Twins/Trios
interventional:
text: interventional
title: Interventional
longitudinal:
text: longitudinal
title: Longitudinal
tumor_vs_matched_normal:
text: tumor_vs_matched_normal
title: Tumor vs Matched Normal
enum_clinicalDataSourceType:
#TODO: replace enum_conditionDataSource with this - or consider deleting slot conditionDataSource
name: enum_clinicalDataSourceType
Expand Down Expand Up @@ -559,6 +605,9 @@ enums:
other:
text: other
title: Other
sleep_study:
text: sleep_study
title: Sleep Study
enum_guidType:
name: enum_guidType
definition_uri: include:enum_guidType
Expand Down
Loading