Skip to content

csglab/gedi2

Repository files navigation

GEDI-2

R-CMD-check test-coverage License: MIT Documentation

A high-performance, memory-efficient R package for integrating gene expression data from single-cell RNA sequencing experiments. GEDI 2.0 implements a unified generative model for interpretable latent embedding of multi-sample, multi-condition single-cell data.

See the full Documentation in the wiki page.

System Requirements

  • R >= 4.0.0
  • C++ Compiler with C++14 support
  • Eigen >= 3.3.0 (linear algebra library)
  • OpenMP (optional, for parallelization)

Installing from GitHub

# Install devtools if not already installed
install.packages("devtools")

# Install gedi from GitHub
devtools::install_github("csglab/gedi2")

Reproducible Code

All reproducible code, scripts, and resources used in this project are available at: https://github.com/csglab/gedi2_manuscript

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

Reporting Issues

Report bugs and request features at: https://github.com/caglab/gedi2/issues

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A high-performance R package for single-cell genomics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published