Skip to content

Commit

Permalink
Merge pull request #338 from bento-platform/features/controlled-vocab…
Browse files Browse the repository at this point in the history
…ulary

augment controlled vocabulary for experiments
  • Loading branch information
ppillot committed Sep 8, 2022
2 parents 4079a08 + f54bd5a commit dc8193d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions chord_metadata_service/experiments/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,15 @@
},
"study_type": {
"type": "string",
"enum": ["Genomics", "Epigenomics", "Metagenomics", "Transcriptomics", "Other"]
"enum": ["Genomics", "Epigenomics", "Metagenomics", "Transcriptomics",
"Serology", "Metabolomics", "Proteomics", "Other"]
},
"experiment_type": {
"type": "string",
"enum": ["DNA Methylation", "mRNA-Seq", "smRNA-Seq", "RNA-Seq", "WES", "Other"]
"enum": ["DNA Methylation", "mRNA-Seq", "smRNA-Seq", "RNA-Seq", "WES",
"WGS", "Genotyping", "Proteomic profiling",
"Enzyme-linked immunosorbent assay", "Metabolite profiling",
"Antibody measurement", "Other"]
},
"experiment_ontology": ONTOLOGY_CLASS_LIST,
"molecule": {
Expand Down

0 comments on commit dc8193d

Please sign in to comment.