MaayanLab / clustergrammer-web

Create a clustergram visualization from a user defined network in tsv format.
MIT License
12 stars 9 forks source link

Issue with generating row similarity matrices using API #7

Open inkobovenzi opened 5 years ago

inkobovenzi commented 5 years ago

Describe the bug I am trying to produce several similarity matrices of the rows of a set of original matrices. When I generate these matrices manually, I am able to find the row-matrix. However, when using the API with the code below, only one matrix is generated. To Reproduce

r = requests.post(upload_url, files={'file': open(filename, 'rb')})
link=r.text

Expected behavior I wanted this to produce a page with all three matrices on it, as occurs with the manual user interface. However, only one diagram is on each page, ex. http://amp.pharm.mssm.edu/clustergrammer/viz/5d669dfb347c360eb8bb4927/Genecodr1.txt

cornhundred commented 5 years ago

Hi @inkobovenzi, currently this API endpoint for Clustergrammer-Web only supports the generation of a single heatmap. We can add this as a feature request.