reneshbedre / bioinfokit

Bioinformatics data analysis and visualization toolkit
MIT License
334 stars 77 forks source link

TypeError: hmap() got an unexpected keyword argument 'rowclus' #5

Closed archana433 closed 4 years ago

archana433 commented 4 years ago

TypeError Traceback (most recent call last)

in () 2 df = df.set_index(df.columns[0]) 3 df.head() ----> 4 visuz.gene_exp.hmap(df=np.log2(df), cmap='RdYlBu', dim=(5, 10), tickfont=(8, 4),clus=False,rowclus=True) TypeError: hmap() got an unexpected keyword argument 'rowclus'
reneshbedre commented 4 years ago

Hi,

I think you are using an old version of bioinfokit. The rowclus parameter introduced in v0.8.4. Please, update bioinfokit to the latest version. See details https://reneshbedre.github.io/blog/howtoinstall.html#heatmap

How you can update it? pip install --upgrade bioinfokit

for other ways check here https://reneshbedre.github.io/blog/howtoinstall.html#how-to-install