Skip to content

Commit

Permalink
add in missing alphamissence to annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerkm committed May 16, 2024
1 parent 3238e39 commit d6a8782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/deeprvat/test_data/training/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ training_data:
- DeepRipe_plus_MBNL1_parclip
- DeepRipe_plus_QKI_parclip
- SpliceAI_delta_score
- alphamissense
use_common_variants: False
use_rare_variants: True
verbose: True
Expand Down Expand Up @@ -234,6 +235,7 @@ training_data:
- DeepRipe_plus_MBNL1_parclip
- DeepRipe_plus_QKI_parclip
- SpliceAI_delta_score
- alphamissense
thresholds:
MAF: "MAF < 1e-2"
CADD_PHRED: "CADD_PHRED > 5"
Expand Down Expand Up @@ -312,6 +314,7 @@ data:
- DeepRipe_plus_MBNL1_parclip
- DeepRipe_plus_QKI_parclip
- SpliceAI_delta_score
- alphamissense
gene_file: example/protein_coding_genes.parquet
use_common_variants: False
use_rare_variants: True
Expand Down Expand Up @@ -352,6 +355,7 @@ data:
- DeepRipe_plus_MBNL1_parclip
- DeepRipe_plus_QKI_parclip
- SpliceAI_delta_score
- alphamissense
thresholds:
MAF: "MAF < 1e-3"
CADD_PHRED: "CADD_PHRED > 5"
Expand Down

0 comments on commit d6a8782

Please sign in to comment.