Name Mode Size
.github 040000
R 040000
docs 040000
inst 040000
longtests 040000
man 040000
tests 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 3 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 2 kb
README.md 100644 2 kb
_pkgdown.yml 100644 1 kb
configure 100755 0 kb
configure.win 100755 0 kb
README.md
# DOtools <img src="man/figures/LogoDoTools.png" align="right" width="240"/> <!-- badges: start --> <!-- [![BioC status](https://www.bioconductor.org/shields/build/release/bioc/DOtools.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/DOtools) --> <!-- [![BioC dev status](https://www.bioconductor.org/shields/build/devel/bioc/DOtools.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/DOtools) --> [![Issues](https://img.shields.io/github/issues/MarianoRuzJurado/DOtools)](https://github.com/MarianoRuzJurado/DOtools/issues) [![Stars](https://img.shields.io/github/stars/MarianoRuzJurado/DOtools?style=flat&logo=github&color=yellow)](https://github.com/MarianoRuzJurado/DOtools/stargazers) <!-- badges: end --> ## Overview DOtools is a user-friendly R package designed to streamline common workflows in single-cell RNA sequencing (scRNA-seq) data analysis using the Seurat ecosystem and third-party tools such as scVI, CellTypist, and CellBender. It provides high-level wrappers and visualisation utilities to help efficiently preprocess, analyze, and interpret single-cell data. # <b> Installation </b> DOtools is currently available through github. To install the package, start R and run: ``` ruby install.packages("BiocManager") BiocManager::install("DOtools") ``` We highly recommend having [conda](https://www.anaconda.com/docs/getting-started/miniconda/main) installed for python environments. Some functions in this package depend on Python packages or scripts. These functions use [basilisk](https://www.bioconductor.org/packages/release/bioc/html/basilisk.html) to create isolated environments, which are built using conda. As a result, a working conda installation is required. ## <b> Python package </b> If you prefer python over R for data analysis, we also provide a python version of the DOtools package. Please refer for the python version to: [DOtools_py](https://github.com/davidrm-bio/DOTools_py) ## <b> Contribution Guidelines </b> Raising up an issue in this Github repository might be the fastest way of submitting suggestions and bugs. Alternatively you can write an email: [ruzjurado\@med.uni-frankfurt.de](mailto:ruzjurado@med.uni-frankfurt.de) ## <b> Citation </b> tba