You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks and look forward to your help. Alternatively, do you have a script available on how to display the .json file perhaps into a website for this heatmap or an .html file? Thanks again!
Hello,
I am quite lost on how to use clustergrammer2 with "dash". I really want to show a heatmap in my app and appreciate your feedback asap.
My current clustergrammer2 code which works.
num_rows = 71
n1 = Network(CGM2)
n1.load_df(np.log2(df_allgrp_fill_transposed), meta_col=df_allgrp_fill_meta, col_cats=col_cats)
n1.set_global_cat_colors(df_colors)
n1.filter_N_top(axis='row', N_top=num_rows, rank_type='var')
n1.set_manual_category(col='Tissue', preferred_cats=df_colors)
n1.widget()
Thanks so much!
The text was updated successfully, but these errors were encountered: