-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
59 lines (38 loc) · 1.61 KB
/
README.Rmd
File metadata and controls
59 lines (38 loc) · 1.61 KB
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
53
54
55
56
57
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "figures",
out.width = "100%"
)
```
# Differential Co-Localization Analysis
<!-- badges: start -->
<!-- badges: end -->
Differential Co-Localization analysis (DiCoLo) is a computational framework designed for capturing condition-specific co-localized gene patterns within single-cell RNA sequencing data. The major workflow of DiCoLo comprises the following three main steps:
* Step1. Compute gene-gene OT distance for each condition
* Step2. Construct differential graph operator
* Step3. Identify differential co-localized genes by spectral analysis
* Downstream tasks
* Assemble significant DiCoLo genes into co-localized gene modules.
```{r pressure, echo=FALSE, out.width="100%", out.height="auto"}
knitr::include_graphics("./man/figures/DiCoLo_workflow.png")
```
## Installation
DiCoLo can be installed in R as follows:
```{r, eval=FALSE}
install.packages("devtools")
devtools::install_github("KlugerLab/DiCoLo")
library("DiCoLo")
```
## Example tutorial
Please check [DiCoLo tutorial](https://klugerLab.github.io/DiCoLo/articles/).
## References
References of DiCoLo functions can be found [here](https://klugerLab.github.io/DiCoLo/reference/index.html).
For additional information, please reference our pre-print:
**DiCoLo: Integration-free and cluster-free detection of localized differential gene co-expression in single-cell data**
Ruiqi Li, Junchen Yang, Pei-Chun Su, Ariel Jaffe, Ofir Lindenbaum, Yuval Kluger
*bioRxiv* 2025 November 26. doi: https://doi.org/10.1101/2025.11.23.689932