Shiny wrapper for plot_heatmap
     
    
    Usage
    shiny_heatmap(y, sample_labels = NULL, feature_labels = NULL, prefix = "")
 
    
    Arguments
- y
- Transformed matrix. 
- sample_labels
- Sample labels. 
- feature_labels
- Feature labels. 
- prefix
- Prefix for variables in environment for composable shiny app.