Skip to content

Commit cbf67ed

Browse files
authored
add cellType list validation rule (#98)
1 parent 92d5cd4 commit cbf67ed

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

NF.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ tissue,A tissue is a mereologically maximal collection of cells that together pe
192192
platform,"A sequencing platform, microscope, spectroscope/plate reader, or other platform for collecting data. ","HiSeq3000, HiSeq2500, HiSeq4000, NextSeq500, HiSeq2000, MiSeq, Zeiss LSM 980, Affy5.0, Affy6.0, PacBioRSII, GAIIx, Illumina_HumanOmni1-Quadv1.0, Illumina_1M, Illumina_h650, Illumina_Omni2pt5M, Illumina_Omni5M, Illumina MouseWG-6 v2.0 expression beadchip, Perlegen300Karray, Agilent44Karray, IlluminaWholeGenomeDASL, IlluminaHumanHap300, NanostringnCounter, LTQOrbitrapXL, IlluminaHumanMethylation450, Illumina Infinium MethylationEPIC BeadChip, AffymetrixU133AB, Affymetrix Human Gene 1.0 ST Array, AffymetrixU133Plus2, HiSeqX, Bionano Irys, Infinium HumanOmniExpressExome, NextSeq 550, NextSeq 1000, NextSeq 2000, PacBio Sequel IIe System, PacBio Sequel II System, NanostringGeoMx, LI-COR Odyssey CLx, Spectramax M Series, Olympus DP80, Orbitrap Fusion Lumos Tribrid, Illumina_NovaSeq_6000",,FALSE,https://docs.gdc.cancer.gov/Data_Dictionary/viewer/#?view=table-definition-view&id=read_group&anchor=platform,experimentalData,,,,platform,Property,,,Platform,,
193193
isCellLine,Boolean flag indicating whether or not sample source is a cell line. (Note: TRUE = Yes; FALSE = No),"TRUE, FALSE",,FALSE,,experimentalData,,,,isCellLine,DataProperty,,,,,
194194
isPrimaryCell,Boolean flag indicating whether or not cellType is primary (Note: TRUE = Yes; FALSE = No),"TRUE, FALSE",,FALSE,,experimentalData,,,,isPrimaryCell,DataProperty,,,,,
195-
cellType,A cell type is a distinct morphological or functional form of cell.,"Schwann cell precusor, B-lymphocytes, Embryonic stem cells, iPSC, iPSC-derived telencephalic organoids, GABAergic neurons, monocytes, microglia, macrophages, astrocytes, SH-SY5Y, GLUtamatergic neurons, NeuN+, NeuN-, epithelial, epithelial-like, fibroblast, round, lymphoblast, polygonal, CD8+ T-Cells, arachnoid, meningioma, schwannoma, oligodendrocyte, schwann, iPSC-derived neuron, iPSC-derived glia, iPSC-derived astrocytes, monocyte-derived microglia, iPSC-derived neuronal progenitor cell, CD138+, CNON, teratoma",,FALSE,,experimentalData,,,,cellType,DataProperty,,,Cell,,
195+
cellType,A cell type is a distinct morphological or functional form of cell.,"Schwann cell precusor, B-lymphocytes, Embryonic stem cells, iPSC, iPSC-derived telencephalic organoids, GABAergic neurons, monocytes, microglia, macrophages, astrocytes, SH-SY5Y, GLUtamatergic neurons, NeuN+, NeuN-, epithelial, epithelial-like, fibroblast, round, lymphoblast, polygonal, CD8+ T-Cells, arachnoid, meningioma, schwannoma, oligodendrocyte, schwann, iPSC-derived neuron, iPSC-derived glia, iPSC-derived astrocytes, monocyte-derived microglia, iPSC-derived neuronal progenitor cell, CD138+, CNON, teratoma",,FALSE,,experimentalData,,,list,cellType,DataProperty,,,Cell,,
196196
isMultiIndividual,Boolean flag indicating whether or not a file has data for multiple individuals (Note: TRUE = Yes; FALSE = No),"TRUE, FALSE",,TRUE,,experimentalData,,,,isMultiIndividual,DataProperty,,,,,
197197
isMultiSpecimen,Boolean flag indicating whether or not a file has data for multiple specimens (Note: TRUE = Yes; FALSE = No),"TRUE, FALSE",,TRUE,,experimentalData,,,,isMultiSpecimen,DataProperty,,,,,
198198
sex,"Phenotypic expression of chromosomal makeup that defines a study subject as male, female, or other.","Male, Female, Unknown",,FALSE,http://purl.obolibrary.org/obo/NCIT_C28421,experimentalData,,,,sex,Property,,,Sex,,

NF.jsonld

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6425,7 +6425,9 @@
64256425
],
64266426
"sms:displayName": "cellType",
64276427
"sms:required": "sms:false",
6428-
"sms:validationRules": []
6428+
"sms:validationRules": [
6429+
"list"
6430+
]
64296431
},
64306432
{
64316433
"@id": "bts:IsMultiIndividual",
@@ -16014,21 +16016,6 @@
1601416016
"sms:required": "sms:false",
1601516017
"sms:validationRules": []
1601616018
},
16017-
{
16018-
"@id": "bts:list",
16019-
"@type": "rdf:Property",
16020-
"rdfs:comment": "TBD",
16021-
"rdfs:label": "list",
16022-
"schema:domainIncludes": {
16023-
"@id": "bts:ModelSystemName"
16024-
},
16025-
"schema:isPartOf": {
16026-
"@id": "http://schema.biothings.io"
16027-
},
16028-
"sms:displayName": "list",
16029-
"sms:required": "sms:false",
16030-
"sms:validationRules": []
16031-
},
1603216019
{
1603316020
"@id": "bts:TRUE",
1603416021
"@type": "rdfs:Class",

0 commit comments

Comments
 (0)