Create a grayscale heatmap for large matrix
plot_network_heatmap(
network,
output_fname,
gene_order = "TSP",
verbose = FALSE
)
Arguments
network |
matrix |
output_fname |
(should be .png) |
gene_order |
sort the genes using the traveling salesman path using the seriation package |
verbose |
(Default: FALSE) |