Skip to content

Commit

Permalink
fix(browser): remove unused data from Variant page api request
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Oct 21, 2024
1 parent 71ad67b commit cb1846f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions browser/src/VariantPage/VariantPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -703,14 +703,6 @@ query ${operationName}($variantId: String!, $datasetId: DatasetId!, $referenceGe
}
}
freq_comparison_stats {
contingency_table_test {
p_value
odds_ratio
}
cochran_mantel_haenszel_test {
p_value
chisq
}
stat_union {
p_value
stat_test_name
Expand Down

0 comments on commit cb1846f

Please sign in to comment.