Skip to content

Commit

Permalink
Merge pull request #3871 from broadinstitute/slice-ai-link-mask
Browse files Browse the repository at this point in the history
update masked field for splice ai link
  • Loading branch information
hanars authored Feb 9, 2024
2 parents 3237c0b + c736e45 commit 7bc3882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ export const ORDERED_PREDICTOR_FIELDS = [
infoTitle: 'Predicted Consequence',
fieldTitle: 'SpliceAI',
getHref: ({ chrom, pos, ref, alt, genomeVersion }) => (
`https://spliceailookup.broadinstitute.org/#variant=${chrom}-${pos}-${ref}-${alt}&hg=${genomeVersion}&distance=1000&mask=1`
`https://spliceailookup.broadinstitute.org/#variant=${chrom}-${pos}-${ref}-${alt}&hg=${genomeVersion}&distance=1000&mask=0`
),
},
{ field: 'primate_ai', group: MISSENSE_IN_SILICO_GROUP, thresholds: [undefined, 0.484, 0.79, 0.867, undefined], fieldTitle: 'PrimateAI', requiresCitation: true },
Expand Down

0 comments on commit 7bc3882

Please sign in to comment.