-
Notifications
You must be signed in to change notification settings - Fork 188
[ENH] Additional age related columns for participants.tsv file to cover animal data #1839
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
base: master
Are you sure you want to change the base?
Changes from 13 commits
eebdb15
e6f4325
793a6d8
95804e4
2f6531b
bb04dc4
8612a98
cfca31d
c558d50
ae2ecab
5135dd4
edbd4b5
f9e5f68
1ad25d4
33895b0
30f6ec0
86ffb22
e7c02b2
f0547cd
9aedef1
761dd5d
46cdce4
31a72fc
13bbb47
b7cbbb9
00fb641
66b6db0
0954ee5
b80dbbb
193d498
6a3d382
f6c4648
d3a22a7
fc20daf
e784589
e3e0349
31a9cfb
9efd17c
fdc1cc7
1e775de
ae7b7cf
28a064f
7437e04
5610b3d
d39b191
e0aea95
3d955e9
478ccc7
a7a31a3
a308042
285931c
332fd0b
20d1230
bb3513c
b6a5b37
c739904
43c52fc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,46 @@ age: | |
for privacy purposes. | ||
type: number | ||
unit: year | ||
life_cycle_stage: | ||
name: life cycle stage | ||
display_name: life cycle stage | ||
description: | | ||
A non-numeric term for a subject's life cycle stage (e.g., 'adult stage'). | ||
Inspired by the | ||
[UBERON life cycle stage](http://purl.obolibrary.org/obo/UBERON_0000105). | ||
type: string | ||
enum: | ||
- $ref: objects.enums.adolescent.value | ||
- $ref: objects.enums.adult.value | ||
- $ref: objects.enums.death.value | ||
- $ref: objects.enums.embryo.value | ||
ree-gupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- $ref: objects.enums.infant.value | ||
- $ref: objects.enums.juvenile.value | ||
- $ref: objects.enums.late_adult.value | ||
- $ref: objects.enums.neonate.value | ||
- $ref: objects.enums.perinate.value | ||
- $ref: objects.enums.prime_adult.value | ||
- $ref: objects.enums.young_adult.value | ||
age_reference: | ||
name: age reference | ||
display_name: age reference | ||
description: | | ||
Non-numeric term of for a time point in a subject's life cycle that serves | ||
as reference for the numeric age information (e.g., 'start of embryo stage'). | ||
type: string | ||
enum: | ||
- $ref: objects.enums.start_of_embryo_stage.value | ||
- $ref: objects.enums.start_of_gestational_stage.value | ||
- $ref: objects.enums.start_of_neonate_stage.value | ||
- $ref: objects.enums.start_of_death_stage.value | ||
yarikoptic marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
birthdate: | ||
name: birthdate | ||
display_name: birthdate | ||
description: | | ||
Date of the start of a subject's neonate stage. Datetime format. | ||
Should not be provided or anonymized for human subjects. | ||
type: string | ||
format: datetime | ||
|
||
cardiac: | ||
name: cardiac | ||
display_name: Cardiac measurement | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. birth, fertilization and gestation deleted from the enums |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1405,3 +1405,95 @@ microvascular: | |
display_name: microvascular | ||
description: | | ||
The origin of a tissue: microvascular | ||
start_of_embryo_stage: | ||
value: start of embryo stage | ||
display_name: start of embryo stage | ||
description: | | ||
Point of fertilization marking the beginning of the subject's embryo | ||
stage. | ||
start_of_gestational_stage: | ||
value: start of gestational stage | ||
display_name: start of gestational stage | ||
description: | | ||
Point of gestation defined as the first day of the mother's last menstrual period. | ||
Marks the beginning of the subject's gestational stage. Used as reference when | ||
time point of fertilization is unknown. | ||
start_of_neonate_stage: | ||
value: start of neonatal stage | ||
display_name: start of neonatal stage | ||
description: | | ||
Point of birth marking the beginning of a subject's neonatal stage. Often assumed | ||
as default age reference if not otherwise specified. | ||
CodyCBakerPhD marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
start_of_death_stage: | ||
|
||
value: start of death stage | ||
display_name: start of death stage | ||
description: | | ||
Point of death marking the beginning of a subject's death stage. | ||
yarikoptic marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
adolescent: | ||
value: adolescent | ||
display_name: adolescent | ||
description: | | ||
Life cycle stage of a subject loosely defined by the transitional growth | ||
and development between childhood and adulthood, often described as ‘puberty’. | ||
adult: | ||
value: adult | ||
display_name: adult | ||
description: | | ||
Life cycle stage of a subject that starts with sexual maturity and ends with | ||
death. Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0000113. | ||
embryo: | ||
value: embryo | ||
display_name: embryo | ||
description: | | ||
Life cycle stage of a subject that starts with fertilization and ends with the | ||
fully formed embryo. Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0000068. | ||
death: | ||
value: death | ||
display_name: death | ||
description: | | ||
Life cycle stage of a subject that starts with death and ends with full | ||
decomposition of the subject's body. Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0000071. | ||
infant: | ||
ree-gupta marked this conversation as resolved.
Show resolved
Hide resolved
|
||
value: infant | ||
display_name: infant | ||
description: | | ||
Life cycle stage of subjects (mammals) that follows the neonate stage and ends at | ||
weaning. Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0034920. | ||
juveline: | ||
value: juveline | ||
display_name: juveline | ||
yarikoptic marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
description: | | ||
Life cycle stage of a subject that starts with the independence of the nest | ||
and/or caregivers and ends with sexual maturity. Adapted from | ||
UBERON - http://purl.obolibrary.org/obo/UBERON_0034919. | ||
late_adult: | ||
value: late adult | ||
display_name: late adult | ||
description: | | ||
Life cycle stage of a subject that follows the prime adult stage and ends with | ||
death. Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0007222. | ||
neonate: | ||
value: neonate | ||
display_name: neonate | ||
description: | ||
Life cycle stage of a subject that immediately follows birth. | ||
Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0007221. | ||
perinate: | ||
value: perinate | ||
display_name: perinate | ||
description: | | ||
Life cycle stage of a subject that starts right before and ends right after birth. | ||
Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0012101. | ||
prime_adult: | ||
value: prime adult | ||
display_name: prime adult | ||
description: | | ||
Life cycle stage of a subject that starts with sexual maturity or | ||
the cessation of growth, whichever comes last, and ends before senescence. | ||
Adapted from UBERON - http://purl.obolibrary.org/obo/UBERON_0018241. | ||
young_adult: | ||
value: young adult | ||
display_name: young adult | ||
description: | | ||
Life cycle stage of a subject that starts with sexual maturity and ends with the | ||
cessation of growth (if this is reached after sexual maturity). |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,18 @@ AcquisitionVoxelSize: | |
type: number | ||
exclusiveMinimum: 0 | ||
unit: mm | ||
AgeReference: | ||
name: AgeReference | ||
display_name: Age Reference | ||
description: | | ||
Non-numeric term of for a time point in a subject's life cycle that serves | ||
as reference for the numeric age information (e.g., 'start of embryo stage'). | ||
type: string | ||
enum: | ||
- $ref: objects.enums.start_of_embryo_stage.value | ||
- $ref: objects.enums.start_of_gestational_stage.value | ||
- $ref: objects.enums.start_of_neonate_stage.value | ||
- $ref: objects.enums.start_of_death_stage.value | ||
|
||
Anaesthesia: | ||
name: Anaesthesia | ||
display_name: Anaesthesia | ||
|
Uh oh!
There was an error while loading. Please reload this page.