Skip to content

Commit

Permalink
adding useful filtering terms
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jun 5, 2024
1 parent 93c921c commit 876581c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions deploy/data/filtering_terms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"type": "alphanumeric",
"id": "libraryStrategy",
"scopes": [
"run"
]
},
{
"type": "alphanumeric",
"id": "molecularAttributes.geneIds",
"scopes": [
"genomicVariation"
]
},
{
"type": "alphanumeric",
"id": "diseases.ageOfOnset.iso8601duration",
"scopes": [
"individual"
]
}
]

0 comments on commit 876581c

Please sign in to comment.