Skip to content

Commit

Permalink
Refactored updateLigerObject(); minor fix in violin plots
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Jul 26, 2024
1 parent a00e0dc commit 759006e
Show file tree
Hide file tree
Showing 15 changed files with 1,054 additions and 521 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rliger
Version: 2.0.1.9002
Version: 2.0.1.9003
Date: 2024-07-10
Type: Package
Title: Linked Inference of Genomic Experimental Relationships
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export(subsetH5LigerDataset)
export(subsetLiger)
export(subsetLigerDataset)
export(subsetMemLigerDataset)
export(updateLigerObject)
export(varFeatures)
export(varUnsharedFeatures)
export(writeH5)
Expand Down
5 changes: 2 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Pseudo-bulk should be easy because we are just aggregating cells.
- Wilcoxon might be a bit harder because ranks are calculated per gene but the H5 sparse data is column majored. Might need to find a fast on-disk transposition method, which would also enhance RcppPlanc performance when running ANLS on H5 data.

## rliger 2.0.1.9002
## rliger 2.0.1.9003

- Added `ligerToH5AD()` allowing reticulate/Python free export of liger object to H5AD format. This might not be releasable due to the need of calling non-exported functions from *hdf5r* library.
- Changed `runMarkerDEG()` and `runPairwiseDEG()` default method from `"wilcoxon"` to `"pseudoBulk"`
Expand All @@ -27,8 +27,7 @@
- Optimized visualization function additional argument documentation
- Added `calcNMI()` for evaluating clustering results against ground truth
- Fixed bug in `calcAlignment()`, `subsetMemLigerDataset()`, `cellMeta()`


- Fixed bug in old version updating functions

## rliger 2.0.1

Expand Down
1,041 changes: 757 additions & 284 deletions R/classConversion.R

Large diffs are not rendered by default.

Loading

0 comments on commit 759006e

Please sign in to comment.