Skip to content

Releases: welch-lab/liger

rliger Release v2.1.0

30 Oct 14:41
Compare
Choose a tag to compare
  • Added centroidAlign() for new cell factor loading alignment method
  • Added plotProportionBox() for visualizing compositional analysis
  • Added plotClusterGeneViolin() for visualizing gene expression in clusters
  • Added plotBarcodeRank() for basic QC visualization
  • Added plotPairwiseDEGHeatmap() for visualizing pairwise DEG results
  • Added plotGODot() for visualizing GO enrichment results
  • Added calcNMI() for evaluating clustering results against ground truth
  • Added ligerToH5AD() allowing reticulate/Python free export of liger object to H5AD format. This is presented in extension source code (i.e. not loaded with library(rliger)).
  • Added organism support in runGeneralQC() and refined hemoglobin gene matching regex pattern.
  • Optimized DE test memory usage scalability for both pseudo-bulk method and wilcoxon test
  • Optimized plotProportionPie() by adding argument circleColors
  • Optimized plotVolcano() text annotation positioning and gene highlighting logic.
  • Optimized visualization function additional argument documentation
  • Changed runMarkerDEG() and runPairwiseDEG() default method from "wilcoxon" to "pseudoBulk"
  • Fixed runMarkerDEG(method = "pseudobulk") bug in assigning pseudo-replicates, and optimized error/warning signaling.
  • Fixed bug in calcAlignment(), subsetMemLigerDataset(), cellMeta()
  • Fixed bug in old version updating functions

rliger Release v2.0.1

05 Apr 01:25
Compare
Choose a tag to compare

rliger 2.0.1

  • Fixed wrong UINMF aborting criteria
  • Fixed example/test skipping criteria for non-existing dependencies
  • Fixed file access issue when checking on CRAN
  • Updated installed data file system.file("extdata/ctrl.h5", "extdata/stim.h5") to be of standard 10X H5 format
  • Updated quantileNorm() automatic reference selection according to #297
  • Other minor fixes (including #308)

rliger Release v2.0.0

21 Mar 01:16
Compare
Choose a tag to compare

rliger 2.0.0

  • Added ligerDataset class for per-dataset information storage, with inheritance for specific modalities
  • Added a number of plotting functions with clear function names and useful functionality
  • Added Leiden clustering method, now as default rather than Louvain
  • Added pseudo-bulk DEG method
  • Added DEG analysis with one-vs-rest marker detection in runMarkerDEG() and pairwise comparison in runPairwiseDEG()
  • Added gene name pattern for expression percentage QC metric
  • Added native Seurat object support for the core integration workflow
  • Added a documentation website built with pkgdown
  • Added new iNMF variant method, consensus iNMF (c-iNMF), in runCINMF(). Not stable.
  • Changed liger object class structure
  • Moved iNMF (previously optimizeALS()), UINMF (previously optimizeALS(unshared = TRUE)) and online iNMF (previously online_iNMF()) implementation to new package RcppPlanc with vastly improved performance. Now wrapped in runINMF(), runUINMF() and runOnlineINMF() respectively, and all can be invoked with runIntegration().
  • Updated H5AD support to match up with Python anndata package 0.8.0 specs
  • Renamed many function/argument names to follow camelCase style, original names are still available while deprecation warnings are issued

rliger Release v1.0.1

09 Nov 00:27
43e1860
Compare
Choose a tag to compare
  • Allow setting mito pattern in getMitoProportion() #271
  • Fix efficiency issue when taking the log of norm.data (e.g. runWilcoxon)
  • Add runable examples to all exported functions when possible
  • Fix typo in online_iNMF matrix initialization
  • Adapt to Seurat5
  • Other minor fixes

LIGER with UINMF

06 Dec 21:13
717b5b9
Compare
Choose a tag to compare

Added functionality related to UINMF, allowing "mosaic integration" incorporating both shared and unshared features

Version 1.0.0

09 Mar 20:12
Compare
Choose a tag to compare

Changes:

  • LIGER package is now installed as rliger (Please use library(rliger) to load it in R).

Additions:

  • Iterative single-cell multi-omic integration using online iNMF (online_iNMF) on data saved in HDF5 format.

Version 0.5.0

24 Apr 17:35
1f1a7b9
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

Changes:

  • Bug fixes for R CMD check
  • Optimize dependencies

Version 0.5.0.9000

26 Feb 19:48
b3acece
Compare
Choose a tag to compare
Version 0.5.0.9000 Pre-release
Pre-release

Changes:

  • Update imputeKNN with faster algorithm
  • Add new function runWilcoxon for Wilcoxon test;
  • Add new functions for calculating the correlation between genes and peaks, linkGenesAndPeaks, makeInteractTrack
  • Add quantile_norm, a faster cpp inplementation of quantileAlignSNF
  • Add louvainCluster for performing Louvain clustering;
  • Minor updates to optimizeALS, plotGeneLoading
  • Minor fix for dependency

Version 0.4.1

05 Jun 17:27
af1868a
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Fixes bugs in plotFeature in v0.4.0

Version 0.4.0

05 Jun 16:20
07a1649
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

Changes:

  • Update liger object to include cell metadata in cell.data slot (default nUMI, nGene, etc)
  • Add new visualization functions plotFeature, plotGeneLoadings
  • Add faster Rcpp based implementations of selectGenes and scaleNotCenter
  • Add basic unit tests
  • Minor updates to plotGene
  • Minor fixes for runTSNE, selectGenes
  • Minor updates to liger object structure