Nicolas Fernandez

Results 71 comments of Nicolas Fernandez

Hi, we've run into bugs when we have value-based categories before string-based categories. So you could first try putting age as the last category. If that doesn't work I'll have...

Yes, Clustergrammer does not currently show cluster information for value-based categories. My thinking is that doing this would basically amount to showing a histogram of the values of the value-based...

HI @nrgiroux, value-based category histograms will be implemented in Clustergrammer-GL https://github.com/ismms-himc/clustergrammer-gl/issues/new?assignees=&labels=&template=feature_request.md&title=.

Hi @AnaBVA, we'll keep you updated on the progress for this feature request.

Hi @QuinnKWolter thanks for pointing out the issues. I am no longer actively maintaining this project but I can have a look over the codebase to point you in the...

Hey @QuinnKWolter, sure I'll look over the codebase and update here. Yes, those visuals are using an older version but I'm not sure if that is causing the issue. Also,...

hi @danphillips28, my guess is that the number of columns is too high. Feel free to share the file and we can confirm. You can also try using the Clustergrammer2...

Hi, I was able to upload your file to the Clustergrammer web application [link](http://amp.pharm.mssm.edu/clustergrammer/viz_sim_mats/5b02eacab119f071420630d1/HeatMap.txt) and cluster it using Clustergrammer-PY. Where did you see this error, in Clustergrammer-PY? The issue might...

Hi, That might be the problem (see [stackoverflow link](https://stackoverflow.com/questions/44123874/dataframe-object-has-no-attribute-sort)). I've only used up to Python 3.5 and I'm using Pandas 0.19.2. You can try downgrading to a previous version of...

Hi @sundaresanab I tested clustering your file on Python 3.6.6 and Pandas 0.22.0 (see [requirements.txt](https://github.com/ismms-himc/test_sundar/blob/master/requirements.txt)) and it ran without error. I also made a mybinder example notebook that you can...