Chain topGO and REViGO analyses to produce treemaps
To install, you need to install the python package "mechanize". If you don't have it, you can very simply install it with pip :
pip install mechanize
You also need to install the dependancies topGO and hgu133a.db :
install.packages("anyLib") # Just a little advertisement
anyLib::anyLib("biocManager")
install("topGO")
install("hgu133a.db")