Skip to content

Commit

Permalink
Merge pull request #387 from nf-osi/cconrad8-patch-1-metabolic-screen…
Browse files Browse the repository at this point in the history
…ing-assay

Add metabolic screening
  • Loading branch information
anngvu authored Jan 26, 2024
2 parents aba28fd + 740a3d2 commit c3ff583
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4689,6 +4689,8 @@
"@id" : "bts:massspectrometry"
}, {
"@id" : "bts:massivelyparallelreporterassay"
}, {
"@id" : "bts:metabolicscreening"
}, {
"@id" : "bts:methylationarray"
}, {
Expand Down Expand Up @@ -5030,6 +5032,8 @@
"@id" : "bts:massspectrometry"
}, {
"@id" : "bts:massivelyparallelreporterassay"
}, {
"@id" : "bts:metabolicscreening"
}, {
"@id" : "bts:methylationarray"
}, {
Expand Down Expand Up @@ -16818,6 +16822,17 @@
},
"sms:displayName" : "DRG/nerve root neurosphere cell",
"sms:required" : "sms:false"
}, {
"@id" : "bts:metabolicscreening",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "metabolicscreening",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "metabolic screening",
"sms:required" : "sms:false"
}, {
"@id" : "bts:EastCarolinaUniversity",
"@type" : "rdfs:Class",
Expand Down
3 changes: 3 additions & 0 deletions modules/Assay/Assay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ enums:
massively parallel reporter assay:
description: An assay in which multiplexing the construction and interrogation of larger libraries of reporter constructs allows measurement of the transcriptional regulatory activities of thousands to hundreds of thousands of DNA sequences.
meaning: http://purl.obolibrary.org/obo/OBI_0002675
metabolic screening:
description: Metabolic screening is a medical assessment that involves analyzing specific markers in bodily fluids to detect and evaluate metabolic disorders or imbalances.
meaning: https://bioportal.bioontology.org/ontologies/SNOMEDCT?p=classes&conceptid=395118002
methylation array:
description: Methylation data captured by array technology
meaning: http://purl.obolibrary.org/obo/OBI_0001332
Expand Down

0 comments on commit c3ff583

Please sign in to comment.