Changes between Version 1 and Version 2 of SOPs/clusteringMatrixHeatmap


Ignore:
Timestamp:
11/12/15 13:41:31 (9 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/clusteringMatrixHeatmap

    v1 v2  
    3333* Once you have the look you like, go to Export to create a high-resolution image (Export to Postscript), low resolution image (Export to Image), and/or a color bar.
    3434
     35* A heatmap can also be created on the command line. See the [http://jtreeview.sourceforge.net/docs/JTVUserManual/ch02.html#id1580676|Java TreeView manual] for all options, but a sample command is
    3536
     37{{{
     38java -jar TreeView.jar -r my_genes_clustered.cdt -x Dendrogram -- -s 10x10 -a 0 -o my_genes_heatmap.png
     39}}}
     40