Skip to content

Commit

Permalink
Add gnomad_r4_non_ukb to transcript page
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Apr 18, 2024
1 parent c7cbe6e commit 2546834
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 1 deletion.
10 changes: 9 additions & 1 deletion browser/src/TranscriptPage/TranscriptPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ import { ExacConstraint } from '../ConstraintTable/ExacConstraintTable'
import { GtexTissueExpression } from '../GenePage/TranscriptsTissueExpression'
import { Variant, ClinvarVariant } from '../VariantPage/VariantPage'
import { MitochondrialVariant } from '../MitochondrialVariantPage/MitochondrialVariantPage'
import { ControlPanel, Legend, LegendItemWrapper, Label, CheckboxInput, LegendSwatch } from '../ChartStyles'
import {
ControlPanel,
Legend,
LegendItemWrapper,
Label,
CheckboxInput,
LegendSwatch,
} from '../ChartStyles'

export type Exon = {
feature_type: string
Expand Down Expand Up @@ -137,6 +144,7 @@ const TranscriptPage = ({ datasetId, transcript }: Props) => {
includeGnomad2: transcript.chrom !== 'M',
includeGnomad3: true,
includeGnomad3Subsets: transcript.chrom !== 'M',
includeGnomad4Subsets: true,
}}
>
Transcript: {transcript.transcript_id}.{transcript.transcript_version}
Expand Down
Loading

0 comments on commit 2546834

Please sign in to comment.