This is a wrapper function to pheatmap taking a file instead of matrix

plotHeatmap(file, ...)

Arguments

file

Input a .csv or .tsv file

...

Further arguments to be passed to pheatmap

Value

A heatmap

Examples

file <- system.file("extdata", "expr_matrix.csv", package = "sahu") plotHeatmap(file, main='heatmap title')