Usage
runHeatmap(data, title = "Title", dend = "both", names = FALSE, clustering_method = c("ward.D2", "complete", "single", "average", "mcquitty", "median", "centroid"), distance_method = c("euclidean", "cor", "maximum", "manhattan", "canberra", "binary", "minkowski"))
Arguments
data,
a matrixthat includes expression values
title,
title of the heatmap
names,
a flag to show the rownames
clustering_method
= c('complete', 'ward.D2', 'single', 'average',
'mcquitty', 'median' , 'centroid')
distance_method
= c('cor','euclidean', 'maximum', 'manhattan',
'canberra', 'binary' ,'minkowski')