pachterlab / gget

🧬 gget enables efficient querying of genomic reference databases
https://gget.bio
BSD 2-Clause "Simplified" License
946 stars 74 forks source link

cbio: fix support for pre-2.1.0 pandas #146

Closed techno-sam closed 4 months ago

techno-sam commented 4 months ago

Fix support for pre-2.1.0 pandas by automatically aliasing pd.DataFrame.map to be pd.DataFrame.applymap when pd.DataFrame.map is not found

Also allows plotting even for studies that do not contain cna or sv data