Skip to content

Commit

Permalink
Merge pull request #342 from ncihtan/337-confirm-valid-values-for-dmr…
Browse files Browse the repository at this point in the history
…-calling-workflow-url
  • Loading branch information
adamjtaylor authored Feb 29, 2024
2 parents 45a4a6e + 0cb9278 commit d4460df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
2 changes: 1 addition & 1 deletion HTAN.model.csv
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ Proportion of Minimum CpG Coverage 10X,"Proportion of all reference bases for wh
DMC Calling Tool,Software used for calling differentially methylated CpG (DMC) and differentially methylated region (DMR),"MethylKit, BSmooth, BiSeq, MethylSig, DSS, MOABS, DSS-single, metilene, MACAU, MethylDackel",,,TRUE,Bulk Methylation-seq Level 3,,,
DMC Calling Workflow URL,Generic name for the workflow used to analyze a data set,,,,TRUE,Bulk Methylation-seq Level 3,,,url
DMR Calling Tool,Software used for calling differentially methylated CpG (DMC) and differentially methylated region (DMR),"MethylKit, BSmooth, BiSeq, MethylSig, DSS, MOABS, DSS-single, metilene, MACAU",,,TRUE,Bulk Methylation-seq Level 3,,,
DMR Calling Workflow URL,Generic name for the workflow used to analyze a data set,"Github, Synapse",,,TRUE,Bulk Methylation-seq Level 3,,,
DMR Calling Workflow URL,Generic name for the workflow used to analyze a data set,,,,TRUE,Bulk Methylation-seq Level 3,,,url
pUC19 methylation ratio,"Methylation ratio of mostly methylated pUC19 control, as a percentage",,,,TRUE,Bulk Methylation-seq Level 3,,,
Lambda methylation ratio,"Methylation ratio of mostly unmethylated lambda control, as a percentage",,,,TRUE,Bulk Methylation-seq Level 3,,,
DMC data file format,Format of the data files,"BED, bedGraph",,,TRUE,Bulk Methylation-seq Level 3,,,
Expand Down
46 changes: 3 additions & 43 deletions HTAN.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -37515,17 +37515,11 @@
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"schema:rangeIncludes": [
{
"@id": "bts:Github"
},
{
"@id": "bts:Synapse"
}
],
"sms:displayName": "DMR Calling Workflow URL",
"sms:required": "sms:true",
"sms:validationRules": []
"sms:validationRules": [
"url"
]
},
{
"@id": "bts:PUC19methylationratio",
Expand Down Expand Up @@ -149489,40 +149483,6 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Github",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Github",
"rdfs:subClassOf": [
{
"@id": "bts:DMRCallingWorkflowURL"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Github",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Synapse",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Synapse",
"rdfs:subClassOf": [
{
"@id": "bts:DMRCallingWorkflowURL"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Synapse",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:BED",
"@type": "rdfs:Class",
Expand Down

0 comments on commit d4460df

Please sign in to comment.