Skip to content

Commit

Permalink
add transcranial doppler ultrasonography as an assay (#541)
Browse files Browse the repository at this point in the history
* add transcranial doppler ultrasonography as an assay

* Rebuild NF.jsonld, json

* Casing

* Rebuild NF.jsonld, json

---------

Co-authored-by: nf-osi[bot] <[email protected]>
Co-authored-by: Anh Nguyet Vu <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2024
1 parent b67754a commit eb4cc25
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
26 changes: 26 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -27888,6 +27888,9 @@
{
"@id": "bts:Tractionforcemicroscopy"
},
{
"@id": "bts:Transcranialdopplerultrasonography"
},
{
"@id": "bts:Twinspotassay"
},
Expand Down Expand Up @@ -31380,6 +31383,26 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Transcranialdopplerultrasonography",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Transcranialdopplerultrasonography",
"rdfs:subClassOf": [
{
"@id": "bts:ProtocolAssay"
},
{
"@id": "bts:Assay"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "transcranial doppler ultrasonography",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Twinspotassay",
"@type": "rdfs:Class",
Expand Down Expand Up @@ -32122,6 +32145,9 @@
{
"@id": "bts:Tractionforcemicroscopy"
},
{
"@id": "bts:Transcranialdopplerultrasonography"
},
{
"@id": "bts:Twinspotassay"
},
Expand Down
3 changes: 3 additions & 0 deletions modules/Assay/Assay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ enums:
traction force microscopy:
description: An experimental method for determining the tractions on the surface of a biological cell by obtaining measurements of the surrounding displacement field within an in vitro extracellular matrix (ECM)
meaning: https://en.wikipedia.org/wiki/Traction_force_microscopy
transcranial doppler ultrasonography:
description: A diagnostic technique that uses pulsed Doppler ultrasound to measure the velocity of blood flow through the major blood vessels of the brain.
meaning: http://purl.obolibrary.org/obo/NCIT_C122930
twin spot assay:
description: Two individual and genetically different populations of cells that originate from the same mitotic recombination event; twin spots allow a direct and reliable comparison between mutant and wild-type clones, and the size of the wild-type twin can serve as a reference for comparison with the homozygous mutant clones.
meaning: https://pubmed.ncbi.nlm.nih.gov/29378809/
Expand Down
1 change: 1 addition & 0 deletions registered-json-schemas/PortalDataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"survival",
"targeted exome sequencing",
"traction force microscopy",
"transcranial doppler ultrasonography",
"twin spot assay",
"ultra high-performance liquid chromatography/tandem mass spectrometry",
"western blot",
Expand Down
1 change: 1 addition & 0 deletions registered-json-schemas/Superdataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"survival",
"targeted exome sequencing",
"traction force microscopy",
"transcranial doppler ultrasonography",
"twin spot assay",
"ultra high-performance liquid chromatography/tandem mass spectrometry",
"western blot",
Expand Down

0 comments on commit eb4cc25

Please sign in to comment.