blengerich / GenAMap

Visual Machine Learning of Genome-Phenome Associations
http://genamap.org
MIT License
22 stars 7 forks source link

Dendrogram #150

Open blengerich opened 7 years ago

blengerich commented 7 years ago

@joeygibli Should be able to get the clustering results by calling backend.getClusteringResult(job_id). Returns an array, first entry is the matrix, second entry is the row-wise clustering, third entry is the column-wise clustering. I'm not sure if we should be using this call in place of getJobResults(job_id) for all jobs. @HaohanWang - what do you think?