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

Update Assay.yaml #536

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
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
52 changes: 52 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -27773,6 +27773,9 @@
{
"@id": "bts:Proximityextensionassay"
},
{
"@id": "bts:Puretoneaverage"
},
{
"@id": "bts:QuantitativePCR"
},
Expand Down Expand Up @@ -27863,6 +27866,9 @@
{
"@id": "bts:Whole-cellpatchclamp"
},
{
"@id": "bts:Wordrecognitionscore"
},
{
"@id": "bts:STRprofile"
}
Expand Down Expand Up @@ -30851,6 +30857,26 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Puretoneaverage",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Puretoneaverage",
"rdfs:subClassOf": [
{
"@id": "bts:ProtocolAssay"
},
{
"@id": "bts:Assay"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "pure tone average",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:QuantitativePCR",
"@type": "rdfs:Class",
Expand Down Expand Up @@ -31434,6 +31460,26 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Wordrecognitionscore",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Wordrecognitionscore",
"rdfs:subClassOf": [
{
"@id": "bts:ProtocolAssay"
},
{
"@id": "bts:Assay"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "word recognition score",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:STRprofile",
"@type": "rdfs:Class",
Expand Down Expand Up @@ -31961,6 +32007,9 @@
{
"@id": "bts:Proximityextensionassay"
},
{
"@id": "bts:Puretoneaverage"
},
{
"@id": "bts:QuantitativePCR"
},
Expand Down Expand Up @@ -32051,6 +32100,9 @@
{
"@id": "bts:Whole-cellpatchclamp"
},
{
"@id": "bts:Wordrecognitionscore"
},
{
"@id": "bts:STRprofile"
}
Expand Down
4 changes: 4 additions & 0 deletions modules/Assay/Assay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ enums:
proximity extension assay:
description: Olink's Proximity Extension Assay (PEA) combines specificity and scalability to enable high-throughput, multiplex protein biomarker analysis.
source: https://olink.com/technology/what-is-pea
pure tone average:
description: Metric used to summarize hearing sensitivity at specific frequencies to assess hearing impairment. As PTA increases, hearing ability decreases.
quantitative PCR:
description: Quantitative PCR (Q-PCR) is used to measure the quantity of a PCR product (commonly in real-time). It quantitatively measures starting amounts of DNA, cDNA, or RNA.
meaning: http://purl.obolibrary.org/obo/MI_1195
Expand Down Expand Up @@ -597,6 +599,8 @@ enums:
whole-cell patch clamp:
description: A patch-clamp assay where the electrode is left in place on the cell, as in cell-attached recordings, but the membrane patch has been perforated, providing access from the interior of the pipette to the intracellular space of the cell. Measurements made with this technique involve recording currents through multiple channels simultaneously, over the membrane of the entire cell.
meaning: http://purl.obolibrary.org/obo/OBI_0002178
word recognition score:
description: Assays how well a person can understand speech by repeating a list of words. The WRS is a percentage of words correctly repeated. It's a more functional measure because it predicts whether hearing loss can be improved with amplification.
STR profile:
description: The analysis of all of the short tandem repeats in the genome of a biological sample.
meaning: http://purl.obolibrary.org/obo/NCIT_C129889
Expand Down
2 changes: 2 additions & 0 deletions registered-json-schemas/PortalDataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"positron emission tomography",
"PROMIS Cognitive Function",
"proximity extension assay",
"pure tone average",
"quantitative PCR",
"questionnaire",
"reactive oxygen species assay",
Expand Down Expand Up @@ -200,6 +201,7 @@
"whole exome sequencing",
"whole genome sequencing",
"whole-cell patch clamp",
"word recognition score",
"STR profile"
],
"title": "assay",
Expand Down
2 changes: 2 additions & 0 deletions registered-json-schemas/Superdataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"positron emission tomography",
"PROMIS Cognitive Function",
"proximity extension assay",
"pure tone average",
"quantitative PCR",
"questionnaire",
"reactive oxygen species assay",
Expand Down Expand Up @@ -200,6 +201,7 @@
"whole exome sequencing",
"whole genome sequencing",
"whole-cell patch clamp",
"word recognition score",
"STR profile"
],
"title": "assay",
Expand Down
Loading