Skip to content

Commit

Permalink
Merge pull request #300 from Sage-Bionetworks/hot-fix
Browse files Browse the repository at this point in the history
Fix dashboardTemplate.Rmd panel issue
  • Loading branch information
thomasyu888 authored May 15, 2020
2 parents 33c5fec + 27beb3b commit d7ca9cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions genie/dashboardTemplate.Rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "%s Summary"
output:
html_document:
toc: true
toc_depth: 3
output: html_document
# html_document:
# toc: true
# toc_depth: 3
params:
genieUser:
value: x
Expand Down Expand Up @@ -562,7 +562,7 @@ if (!is.null(this_bed)) {
return(seq_assay)
}
})
relevant_panels = mutated_genes[, panels_covering_tp53]
relevant_panels = mutated_genes[, colnames(mutated_genes) %in% panels_covering_tp53]
relevant_panels = relevant_panels[, colnames(relevant_panels) %in% unlist(tp53_not_top)]
top_5_mutated_genes_string = apply(relevant_panels, 2, function(x) {
top_5 = sort(x, decreasing = T)[1:5]
Expand Down

0 comments on commit d7ca9cf

Please sign in to comment.