Name Mode Size
R 040000
data 040000
docs 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 34 kb
NAMESPACE 100644 1 kb
NEWS 100644
README.md 100644 1 kb
README.md
# ASURAT ## Brief introduction ASURAT is a computational pipeline, implemented in the R programming language, for single-cell transcriptomics. Using ASURAT, one can simultaneously perform unsupervised clustering and biological interpretation in terms of cell type, disease, biological process, and signaling pathway activity. ## Graphical abstract <img src="vignettes/figure_00_0001.png" width="500px"> ## Vignettes Well-documented vignette and tutorial is available from the following URL: * https://keita-iida.github.io/ASURAT/ ## Installation One can install ASURAT by the following code: ```{r} devtools::install_github("keita-iida/ASURAT", upgrade = "never") ``` ## Preprint The latest version is available from the following bioRxiv page: * https://www.biorxiv.org/content/10.1101/2021.06.09.447731v3 ## License [GPL-3](https://github.com/keita-iida/ASURAT/blob/main/LICENSE)