.hmFromMatrix {abseqR}R Documentation

Plots a plotly heatmap from provided matrix

Description

Plots a plotly heatmap from provided matrix

Usage

.hmFromMatrix(m, title, xlabel = "", ylabel = "")

Arguments

m

matrix type

title

character type

xlabel

character type

ylabel

character type

Value

list with keys: static and interactive (ggplot2 object and plotly object respectivelyb)


[Package abseqR version 1.8.0 Index]