Skip to content

Commit 02d0ccb

Browse files
committed
Merge branch 'devel'
2 parents 783f4a2 + e2f278f commit 02d0ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/shiny.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ sleuth_live <- function(obj, ...) {
819819
})
820820

821821
output$hm_plot <- renderPlot ({
822-
plot_cluster_hmap(hm_transcripts(), obj, input$hm_units, hm_func())
822+
plot_transcript_heatmap(hm_transcripts(), obj, input$hm_units, hm_func())
823823
}, height = hm_plot_height)
824824

825825

0 commit comments

Comments
 (0)