plot_hm: Plot a heatmap of ordered (and clustered) data in mat.

Description Usage Arguments

View source: R/plot_hm.R

Description

Takes entered list with matrices and passes it to "tidy_mat"-function and then to the functions "get_avg", "get_xavg" or "k_means" according to the entered values for clusterBy and k_num. Matrices will be ordered and then plotted with base graphics.

Usage

1
plot_hm(mat = NULL, clusterBy = "avg", num_k = NULL)

Arguments

mat

A list with matrices and additional information about the selected region. mat generated by "get_matrix"-function. Default value is NULL.

clusterBy

Integer which specifies the matrix to which all matrices will be ordered. Default value is 'avg'.

num_k

Integer which specifies the number of clusters which should be build by "kmeans"-function. Default value is NULL.


ClaudiaRHD/chipAnalyser documentation built on June 18, 2020, 8:31 p.m.