Skip to content

Commit

Permalink
chane condition hypermutated to 500k sage variant
Browse files Browse the repository at this point in the history
  • Loading branch information
qclayssen committed Nov 11, 2024
1 parent 68cf0d0 commit 882f54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rmd/umccrise/cancer_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ snv_summary_counts <- params$somatic_snv_summary |>
# 'annotated' since this indicates that the bolt hypermutated logic evaluated as true and applied
# variant selection
hypermutated <- snv_summary_counts$sage != snv_summary_counts$annotated
hypermutated <- snv_summary_counts$sage > 500000
snv_summary <- snv_summary_counts |>
unlist() |>
Expand Down

0 comments on commit 882f54c

Please sign in to comment.