v2.1.0
Changes
- Updated logo
decoupler._download._download
now returns bytes instead of a dataframe. To transform topandas.DataFrame
usedecoupler._download._bytes_to_pandas
- Enrichment methods and pseudobulking now work with backed AnnData objects, useful when working with big datasets and memory is limited
Bugfixes
- Fixed error in
pl.obsm
where default value ofcmap_obs
was not properly set.