Skip to content

Commit

Permalink
GitHub Action: convert *.model.csv to *.model.jsonld
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
1 parent 2e22eb3 commit 028fbe6
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions HTAN.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1291,9 +1291,6 @@
},
{
"@id": "bts:Pkc"
},
{
"@id": "bts:XeniumExperiment"
}
],
"sms:displayName": "File Format",
Expand Down Expand Up @@ -2839,23 +2836,6 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:XeniumExperiment",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "XeniumExperiment",
"rdfs:subClassOf": [
{
"@id": "bts:FileFormat"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Xenium Experiment",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Checksum",
"@type": "rdfs:Class",
Expand Down Expand Up @@ -43341,7 +43321,7 @@
{
"@id": "bts:PanelName",
"@type": "rdfs:Class",
"rdfs:comment": "The human-readable panel name. This could be the Gene Panel name or Protein Panel name",
"rdfs:comment": "The human-readable panel name. This could be the Gene Panel name or Protein Panel name. In Xenium, this refers to the string entered as the name in panel specification (e.g. Xenium Human Immuno-Oncology Add-on B Gene Expression). In CosMx, this refers to the panel name as it appears in the CosMx catalog (e.g. CosMx Human Universal Cell Characterization Panel (1000-plex))",
"rdfs:label": "PanelName",
"rdfs:subClassOf": [
{
Expand Down Expand Up @@ -43443,7 +43423,7 @@
{
"@id": "bts:DecodedTranscripts",
"@type": "rdfs:Class",
"rdfs:comment": "In Xenium, this is the number of high-quality, decoded-to-gene nuclear transcripts divided by the total segmented nuclear area to get a transcript density",
"rdfs:comment": "In Xenium, this is the number of high-quality, decoded-to-gene nuclear transcripts divided by the total segmented nuclear area to get a transcript density (units are reported in 100um^2).",
"rdfs:label": "DecodedTranscripts",
"rdfs:subClassOf": [
{
Expand Down

0 comments on commit 028fbe6

Please sign in to comment.