ctrl.clusterSignatures = function() {
        ctrl.status = 'clustering signatures (this will take a minute)';
        Heatmap.clusterSignatures().then(function() {
          ctrl.status = '';
        });