Skip to content

Commit

Permalink
Add type filter config for genetic interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed May 3, 2024
1 parent 0244d36 commit 59da599
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/pombase_v2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7496,6 +7496,21 @@
"reference"
],
"filters": [
{
"filter_type": "interaction_type",
"display_name": "Interaction Type",
"interaction_types": [
"Dosage Growth Defect",
"Dosage Lethality",
"Dosage Rescue",
"Phenotypic Enhancement",
"Phenotypic Suppression",
"Synthetic Growth Defect",
"Synthetic Lethality",
"Synthetic Phenotype",
"Synthetic Rescue"
]
},
{
"filter_type": "throughput",
"display_name": "Throughput",
Expand Down

0 comments on commit 59da599

Please sign in to comment.