clustergrammer-widget
clustergrammer-widget copied to clipboard
replace read_table with read_csv(sep='\t')
When trying out the two-cats example (on python 3.7; pandas-0.24.2) this warning pops up after running:
net.load_file('../data/rc_two_cats.txt')
/usr/lib64/python3.7/site-packages/clustergrammer_widget/clustergrammer/load_data.py:68: FutureWarning: read_table is deprecated, use read_csv instead, passing sep='\t'. header=col_arr)