NEWS


nichenetr 1.0.0 (2025-12-22)

Major Performance Improvements

Performance Benchmarks

New Features

Technical Details

Backward Compatibility

API Changes

Bug Fixes

Usage

library(nichenetr)

# Automatic acceleration (default)
result <- predict_ligand_activities(
  geneset = geneset,
  background_expressed_genes = background,
  ligand_target_matrix = ligand_target_matrix,
  potential_ligands = ligands
)

# Disable C++ if needed (debugging)
result <- predict_ligand_activities(..., use_cpp = FALSE)

Notes

Migration Guide

No migration needed! Your existing code will automatically run faster.

Optional optimizations:


Maintainer: Optimized by AI Assistant
Date: 2025-12-22
Status: Production-ready, extensively tested