Skip to content

Commit

Permalink
Merge pull request #41 from mc2-center/data-models-dev
Browse files Browse the repository at this point in the history
24-1 model updates
  • Loading branch information
aditigopalan authored Jan 18, 2024
2 parents 843a668 + e5d3d76 commit 568bbc0
Show file tree
Hide file tree
Showing 26 changed files with 227 additions and 106 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ vignettes/*.pdf
# R Environment Variables
.Renviron
.venv/

# schematic-related files
great_expectations/
4 changes: 3 additions & 1 deletion all_valid_values.csv
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ tumorGrade,Not Applicable
specimenComp,Primary Tumor
specimenComp,Metastatic Tumor
specimenComp,Normal Tissue
specimenComp,Mixed
specimenComp,Tumor-adjacent Normal Tissue
specimenComp,Not Applicable
diseaseStatus,Distant met recurrence/progression
diseaseStatus,Loco-regional recurrence/progression
Expand Down Expand Up @@ -1624,6 +1624,7 @@ tool_format,CSV
tool_format,Chemical Data Format
tool_format,Cytoband Format
tool_format,Cytoscape Input File Format
tool_format,DCC
tool_format,DCD
tool_format,DSV
tool_format,Database Hits (Sequence) Format
Expand Down Expand Up @@ -1871,6 +1872,7 @@ institution_name,Massachusetts Institute of Technology
institution_name,Mayo Clinic
institution_name,Memorial Sloan Kettering Cancer Center
institution_name,Moffitt Cancer Center
institution_name,Northeastern University
institution_name,New York University
institution_name,Northwestern University
institution_name,Oregon Health & Science University
Expand Down
56 changes: 56 additions & 0 deletions dca_config/dca-template-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"manifest_schemas": [
{
"display_name": "Dataset View",
"schema_name": "DatasetView",
"type": "record"
},
{
"display_name": "Educational Resource",
"schema_name": "EducationalResource",
"type": "record"
},
{
"display_name": "Publication View",
"schema_name": "PublicationView",
"type": "record"
},
{
"display_name": "Tool View",
"schema_name": "ToolView",
"type": "record"
},
{
"display_name": "Biospecimen",
"schema_name": "Biospecimen",
"type": "record"
},
{
"display_name": "NanoString GeoMx DSP Level 1",
"schema_name": "NanoStringGeoMxDSPLevel1",
"type": "record"
},
{
"display_name": "NanoString GeoMx DSP Level 2",
"schema_name": "NanoStringGeoMxDSPLevel2",
"type": "record"
},
{
"display_name": "NanoString GeoMx DSP Level 3",
"schema_name": "NanoStringGeoMxDSPLevel3",
"type": "record"
},
{
"display_name": "NanoString GeoMX ROI Segment Annotation",
"schema_name": "NanoStringGeoMXROISegmentAnnotation",
"type": "record"
},
{
"display_name": "NanoString GeoMx DSP Imaging Level 2",
"schema_name": "NanoStringGeoMxDSPImagingLevel2",
"type": "record"
}
],
"service_version": "v23.8.1",
"schema_version": ""
}
24 changes: 14 additions & 10 deletions mc2.model.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 568bbc0

Please sign in to comment.