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

Add assay #516

Merged
merged 2 commits into from
Aug 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
26 changes: 26 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3108,6 +3108,9 @@
{
"@id": "bts:CODEX"
},
{
"@id": "bts:Confocalmicroscopy"
},
{
"@id": "bts:Corsiblocks"
},
Expand Down Expand Up @@ -10604,6 +10607,9 @@
{
"@id": "bts:CODEX"
},
{
"@id": "bts:Confocalmicroscopy"
},
{
"@id": "bts:Corsiblocks"
},
Expand Down Expand Up @@ -33572,6 +33578,26 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Confocalmicroscopy",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Confocalmicroscopy",
"rdfs:subClassOf": [
{
"@id": "bts:ProtocolAssay"
},
{
"@id": "bts:Assay"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "confocal microscopy",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Corsiblocks",
"@type": "rdfs:Class",
Expand Down
5 changes: 5 additions & 0 deletions modules/Assay/Assay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ enums:
meaning: http://purl.obolibrary.org/obo/NCIT_C165711
CODEX:
description: CODEX imaging.
confocal microscopy:
description: >
Confocal microscopy has advantages over widefield optical microscopy, including the ability to eliminate or reduce background information away from the focal plane and collect serial optical sections from thick specimens.
It uses point illumination and a spatial pinhole to eliminate out-of-focus light in specimens that are thicker than the focal plane.
meaning: http://www.bioassayontology.org/bao#BAO_0000453
Corsi blocks:
description: >
A visuospatial counterpart to the verbal-memory span task (Milner, 1971). Over the years, it has frequently been used to assess visuospatial short-term memory performance in adults
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 @@ -34,6 +34,7 @@
"Child Behavior Checklist for Ages 1.5-5",
"Child Behavior Checklist for Ages 6-18",
"CODEX",
"confocal microscopy",
"Corsi blocks",
"current clamp assay",
"DNA optical mapping",
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 @@ -34,6 +34,7 @@
"Child Behavior Checklist for Ages 1.5-5",
"Child Behavior Checklist for Ages 6-18",
"CODEX",
"confocal microscopy",
"Corsi blocks",
"current clamp assay",
"DNA optical mapping",
Expand Down
Loading