Skip to content

Commit

Permalink
Add helpText for SpliceAI (#3637)
Browse files Browse the repository at this point in the history
* add helpText for SpliceAI

* Panel help text instead

* remove unused vertical spacer

* add back
  • Loading branch information
bpblanken authored Sep 29, 2023
1 parent a426b88 commit 0941c8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export const ANNOTATION_PANEL = {
fieldLayout: annotationFieldLayout([
SV_GROUPS, HIGH_IMPACT_GROUPS_SPLICE, MODERATE_IMPACT_GROUPS, CODING_IMPACT_GROUPS_SCREEN,
]),
helpText: 'Filter by reported annotation. Variants will be returned if they have ANY of the specified annotations, including if they have a Splice AI score above the threshold and no other annotations. This filter is overridden by the pathogenicity filter, so variants will be returned if they have the specified pathogenicity even if none of the annotation filters match.',
}

export const FREQUENCY_PANEL = {
Expand Down

0 comments on commit 0941c8e

Please sign in to comment.