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 Platform.yaml #515

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
20 changes: 20 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4674,6 +4674,9 @@
"@id": "http://schema.biothings.io"
},
"schema:rangeIncludes": [
{
"@id": "bts:7TBrukerBiospec"
},
{
"@id": "bts:10xVisiumSpatialGeneExpression"
},
Expand Down Expand Up @@ -36615,6 +36618,23 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:7TBrukerBiospec",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "7TBrukerBiospec",
"rdfs:subClassOf": [
{
"@id": "bts:Platform"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "7T Bruker Biospec",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:10xVisiumSpatialGeneExpression",
"@type": "rdfs:Class",
Expand Down
3 changes: 3 additions & 0 deletions modules/Assay/Platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
enums:
PlatformEnum:
permissible_values:
7T Bruker Biospec:
description: A preclinical MRI system designed for advanced imaging of small animals
meaning: https://www.bruker.com/en/products-and-solutions/preclinical-imaging/mri/biospec-maxwell.html
10x Visium Spatial Gene Expression:
description: '10x Genomics product that includes special slides, reagents and technology to allow whole transcriptome profiling with morphological (spatial) context in FFPE or fresh-frozen tissues. Vendor ref: https://www.10xgenomics.com/products/spatial-gene-expression'
meaning: http://www.ebi.ac.uk/efo/EFO_0010961
Expand Down
Loading