Skip to content

Commit

Permalink
Updated outdated gender identity examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Nov 22, 2024
1 parent 5efda65 commit b285f95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/jsonBrowser/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ Location: module/ontology/gender_identity_ontology.json

Property name | Description | Type | Required? | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | --- | ---
text | The gender identity of the human donor at the time of the experiment. | string | yes | | Gender identity | | Female-to-Male Transsexual; Agender
ontology | An ontology term identifier in the form prefix:accession. | string | no | | Gender identity ontology ID | | NCIT:C46121; NCIT:C180329
ontology_label | The preferred label for the ontology term referred to in the ontology field. This may differ from the user-supplied value in the text field. | string | no | | Gender identity ontology label | | Female-to-Male Transsexual; Agender
text | The gender identity of the human donor at the time of the experiment. | string | yes | | Gender identity | | Female Gender; Agender; Non-Binary Gender
ontology | An ontology term identifier in the form prefix:accession. | string | no | | Gender identity ontology ID | | NCIT:C46110; NCIT:C205469; NCIT:C160941
ontology_label | The preferred label for the ontology term referred to in the ontology field. This may differ from the user-supplied value in the text field. | string | no | | Gender identity ontology label | | Female Gender; Agender; Non-Binary Gender

## Sequencing ontology<a name='Sequencing ontology'></a>
_A term that may be associated with a process-related ontology term._
Expand Down
2 changes: 1 addition & 1 deletion docs/jsonBrowser/required_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ text | The name of a process type being used. | string | | Process type | | en
### Gender identity ontology<a name='Gender identity ontology'></a>
Property name | Description | Type | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | ---
text | The gender identity of the human donor at the time of the experiment. | string | | Gender identity | | Female-to-Male Transsexual; Agender
text | The gender identity of the human donor at the time of the experiment. | string | | Gender identity | | Female Gender; Agender; Non-Binary Gender
### Sequencing ontology<a name='Sequencing ontology'></a>
Property name | Description | Type | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | ---
Expand Down
6 changes: 3 additions & 3 deletions json_schema/module/ontology/gender_identity_ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"description": "The gender identity of the human donor at the time of the experiment.",
"type": "string",
"user_friendly": "Gender identity",
"example": "Female-to-Male Transsexual; Agender"
"example": "Female Gender; Agender; Non-Binary Gender"
},
"ontology": {
"description": "An ontology term identifier in the form prefix:accession.",
Expand All @@ -37,13 +37,13 @@
"include_self": false
},
"user_friendly": "Gender identity ontology ID",
"example": "NCIT:C46121; NCIT:C180329"
"example": "NCIT:C46110; NCIT:C205469; NCIT:C160941"
},
"ontology_label": {
"description": "The preferred label for the ontology term referred to in the ontology field. This may differ from the user-supplied value in the text field.",
"type": "string",
"user_friendly": "Gender identity ontology label",
"example": "Female-to-Male Transsexual; Agender"
"example": "Female Gender; Agender; Non-Binary Gender"
}
}
}

0 comments on commit b285f95

Please sign in to comment.