Nicolas Fernandez

Results 71 comments of Nicolas Fernandez

Hi @nitrosx and thanks for offering to help. This functionality will require changes to the Clustergrammer-GL library (see issue https://github.com/ismms-himc/clustergrammer-gl/issues/9). The width is passed to the parameters object here https://github.com/ismms-himc/clustergrammer-gl/blob/master/src/params/calc_viz_dim.js#L27...

Hi @anlin00007, sorry not currently. The Gumus group at Mount Sinai has forked the repo (https://github.com/GumusLab/clustergrammer) and is working on some of these issues so they might end up fixing...

Hi @zzzbobml I think you may have installed an older version. You can follow the steps in this notebook to install, but you can use the widget instead of Observable...

Hi @matrs, thanks for the feature request. I think this feature overlaps with what we have planned here https://github.com/ismms-himc/clustergrammer-gl/issues/25 I think the way we'll implement this for Clustergrammer2 is that...

Hi @matrs, that makes sense to limit the amount of data embedded into the visualization JSON (we're going to be improving our JSON format soon which will make saving the...

you can try net.swap_nan_for_zero() or Pandas dataframe's [df.fillna(0)](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.fillna.html). Let me know if that helps

Hi @anlin00007 no it is currently not possible to do this.

This similar notebook (~25MB) is loading http://nbviewer.jupyter.org/github/ismms-himc/clustergrammer2-examples/blob/master/notebooks/2.0_CCLE_Gene_Expression_small.ipynb So maybe the problem is not the size of the ipynb file

Thanks for the feedback. The tooltip that shows when hovering over should not be limited to two seconds, I suspect that is a bug - which browser are you using?...