From f8d3a17ea985403f6c3ef2ae6770e05e3167fe90 Mon Sep 17 00:00:00 2001 From: chengmingbo Date: Mon, 21 Oct 2024 11:27:38 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5adbb34..c19847c 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,17 @@ Ivan G. Costa1* 1Institute for Computational Genomics, Faculty of Medicine, RWTH Aachen University, Aachen, 52074 Germany ### Installation + +##### Default R version ```{r} install.packages("devtools") devtools::install_github("CostaLab/MOJITOO", build_vignettes = TRUE) ``` +##### Python version alternative + +We have implemented a simple python version, please check out the installation detail at [pymojitoo](https://github.com/CostaLab/MOJITOO/tree/main/pymojitoo). + ### References: MOJITOO: a fast and universal method for integration of multimodal single cell data [link](https://doi.org/10.1093/bioinformatics/btac220)