forked from jiang-junyao/CACIMAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
54 lines (32 loc) · 1.41 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
`r badger::badge_custom("Seurat", "version4.2", "red", "https://satijalab.org/seurat/articles/get_started.html")`
# CACIMAR: cross-species analysis of cell identities, markers and regulations using single-cell sequencing profiles
CACIMAR has the following 4 main functions:
* **Identify all cell-type specific markers in each species**
* **Identify species-specific or evolutionally conserved markers**
* **Identify conserved intracellular regulations (gene regulatory networks)**
* **Identify conserved intercellular interactions (cell-cell communications)**
![](Readme figure/Workflow.png){ width=70% height=70% }
## Installation
Install CACIMAR from github, run:
``` r
# install.packages("devtools")
devtools::install_github("jiang-junyao/CACIMAR")
```
## News
### Version1.0.0: First version of CACIMAR was published!
## Tutorial
[Using CACIMAR to analyze retina scRNA-seq data from mouse and zebrafish](https://jiang-junyao.github.io/CACIMAR/CACIMAR_tutorial)
## Citation
[Hoang T, Wang J, Boyd P, et al. Gene regulatory networks controlling vertebrate retinal regeneration. Science 2020; 370(6519):eabb8598](https://www.science.org/doi/10.1126/science.abb8598)