76bba8a5c8a2b584ac5cd9d0610395c0617cf7e6
kent
  Sun Jan 3 14:04:57 2021 -0800
Program for attaching a barchart track to a matrix with option to make a trackDb stanza.

diff --git src/utils/matrixToBarChartBed/matrixClusterStats.as src/utils/matrixToBarChartBed/matrixClusterStats.as
new file mode 100644
index 0000000..44b4ad1
--- /dev/null
+++ src/utils/matrixToBarChartBed/matrixClusterStats.as
@@ -0,0 +1,7 @@
+table matrixClusterStats
+"Stats on a clustering of a matrix"
+    (
+    string cluster;	"The name of the cluster"
+    int count;		"The number of samples clustered together from old matrix"
+    double total;	"The sum of all samples"
+    )