MaayanLab / clustergrammer-py

A python module for the clustergrammer matrix visualization project that creates the JSON object for the front-end JavaScript portion of Clustergrammer.
MIT License
12 stars 15 forks source link

adding dendro_cats to matrix with non-tuple row/col names #3

Open cornhundred opened 6 years ago

cornhundred commented 6 years ago

Currently the method net.dendro_cats fails if row or columns are non-tuple. A workaround is to convert row and column names to tuples.