be4311c07e14feb728abc6425ee606ffaa611a58 markd Fri Jan 22 06:46:58 2021 -0800 merge with master 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" + )