Releases: omnideconv/immunedeconv
Releases · omnideconv/immunedeconv
v2.1.3
v2.1.2
v2.1.1
- Fix of ESTIMATE names
v2.1.0
- Addition of deconvolution methods for mouse data
- Addition of the possibility to use a custom signature matrix/gene set, for selected methods
- Addition of the respective documentation
Thanks to @grst and @FFinotello
v2.0.3
- Updates to README and documentation
- CI fixes
- Clean up imports
- Code style fixes
Thanks to @federicomarini for the contributions!
v2.0.2
v2.0.1
v2.0.0
- Improve cell type mapping (#14)
- Add documentation for each individual method (#14)
- Add documentation about input data (#18)
- Include more meaningful example dataset (#19
The improved cell-type mapping required renaming some cell-types
which is a non backward-compatible change, requiring the version bump to 2.0
v1.1.1
- add
biocViews
keyword to description. This fixes Bioconductor installation withremotes
package. - Fix
Makefile
to useremotes
for downloading dev-deps. - Make package ready for R staged install (no hard-coded paths on top-level)
- Fix CIs, add windows support tested through appveyor