deepTools
deepTools copied to clipboard
Isolating Clusters From Heatmap Created With DeepTools
I successfully created a heatmap using deeptools that contains k means clustering. How would I now isolate the data from those individual clusters?
you could use --outFileSortedRegions to get the regions or --outFileNameMatrix to have the full matrix
you could use
--outFileSortedRegionsto get the regions or--outFileNameMatrixto have the full matrix
That worked great! Thanks.