Releases: zktuong/ktplots
Releases · zktuong/ktplots
v2.4.1
v.2.4.0
v2.3.0
What's Changed
Fix some bugs introduced in v2.2.0 while trying to fix the uneven pvalues/relevant interaction files with the new cellphonedb v5 outputs
Added a new option to heatmap to allow slicing of only relevant cell types.
- incorrect column being used for cellphonedb v5 output by @zktuong in #95
- fix missing columns by @zktuong in #97
- add celltypes option to heatmap by @zktuong in #98
- revert missing column changes by @zktuong in #100
- fix heatmap if cell type combination not symmetrical by @zktuong in #102
- Fix search pattern by @zktuong in #103
- Fix uneven rows and columns by @zktuong in #104
- remove prep dimensions by @zktuong in #105
Full Changelog: v2.1.0...v2.3.0
v2.1.0
v2.0.0
What's Changed
Some bug fixes, new vignette and preparation for upcoming cellphonedb release
Detailed notes
- Update plot_cpdb_heatmap.R by @fentouxungui in #65
- add symmetrical to heatmap by @zktuong in #70
- fix the output table format by @zktuong in #72
- Update plot_cpdb.R by @polojacky in #75
- attempt to flip the colour order by @zktuong in #79
- Refactor prep by @zktuong in #81
New Contributors
- @fentouxungui made their first contribution in #65
- @polojacky made their first contribution in #75
Full Changelog: v1.2.3...v2.0.0
v1.2.3
v1.2.2
v.1.2.0
v1.1.23
v1.1.20
What's Changed
- new function
plot_cpdb3
- deprecate functions that relied on
Seurat
because it always break my tests when it gets updated - deprecate
compare_cpdb
until i can work out why the tests are failing. in the mean time, the function will still be available from compare_cpdb branch.
Full Changelog: v1.1.19...v1.1.20