Skip to content

Commit bb24f48

Browse files
committed
Added preprint
1 parent 880b347 commit bb24f48

6 files changed

Lines changed: 52 additions & 68 deletions

File tree

README.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ knitr::opts_chunk$set(
1515

1616
# `CroCoNet` <img src="man/figures/logo.png" align="right" width="17.5%" /> <br/> Cro<span style="font-weight:normal">ss-species</span> <br/> Co<span style="font-weight:normal">mparison of</span> <br/> Net<span style="font-weight:normal">works</span>
1717

18-
`CroCoNet` is a tool to quantitatively compare gene regulatory networks across species and identify conserved and diverged modules. It hinges on contrasting module variability within and across species in order to distinguish between-species divergence from confounding factors such as diversity across individuals, environmental differences and technical noise.
18+
CroCoNet is a framework to quantitatively compare gene regulatory networks across species and identify conserved and diverged modules. It hinges on contrasting module variability within and across species in order to distinguish truw evolutionary divergence from confounding factors such as diversity across individuals, environmental differences and technical noise.
1919

2020
<p align="center">
2121
<img src="man/figures/pipeline.png" alt="Pipeline" width="100%" />
@@ -32,25 +32,25 @@ install.packages('devtools')
3232
library(devtools)
3333
```
3434

35-
Once `devtools` is available, you can install the development version of `CroCoNet` and all its dependencies from [GitHub](https://github.com/) with:
35+
Once `devtools` is available, you can install the development version of `CroCoNet` and all its dependencies from GitHub with:
3636

3737
``` {r, echo=T, eval=F, tidy=T}
3838
devtools::install_github("Hellmann-Lab/CroCoNet")
3939
```
4040

41-
## :book: User Guide
41+
## :book: User guide
4242

4343
For a step-by-step guide and detailed explanations, please check out the vignette on the analysis of an example scRNA-seq dataset:
4444

4545
```{r, echo=T, eval=F, tidy=T}
4646
browseVignettes('CroCoNet')
4747
```
4848

49-
You can access this vignette and the documentations of all functions also at the [CroCoNet website](hellmann-lab.github.io/CroCoNet/).
49+
You can access this vignette, along with the documentation of all functions, on the [CroCoNet website](hellmann-lab.github.io/CroCoNet/) as well.
5050

5151
## :scroll: Citation
5252

53-
Please use the following entry to cite `CroCoNet`:
53+
The CroCoNet framework and its biological applications are described in detail in our [preprint](https://www.biorxiv.org/content/10.1101/2025.11.18.689002v1) on bioRxiv. Please cite this manuscript as follows:
5454

5555
```{r, echo=T, eval=F, tidy=T}
5656
citation("CroCoNet")

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
# `CroCoNet` <img src="man/figures/logo.png" align="right" width="17.5%" /> <br/> Cro<span style="font-weight:normal">ss-species</span> <br/> Co<span style="font-weight:normal">mparison of</span> <br/> Net<span style="font-weight:normal">works</span>
55

6-
`CroCoNet` is a tool to quantitatively compare gene regulatory networks
7-
across species and identify conserved and diverged modules. It hinges on
8-
contrasting module variability within and across species in order to
9-
distinguish between-species divergence from confounding factors such as
10-
diversity across individuals, environmental differences and technical
11-
noise.
6+
CroCoNet is a framework to quantitatively compare gene regulatory
7+
networks across species and identify conserved and diverged modules. It
8+
hinges on contrasting module variability within and across species in
9+
order to distinguish truw evolutionary divergence from confounding
10+
factors such as diversity across individuals, environmental differences
11+
and technical noise.
1212

1313
<p align="center">
1414
<img src="man/figures/pipeline.png" alt="Pipeline" width="100%" /> <br>
@@ -25,14 +25,13 @@ library(devtools)
2525
```
2626

2727
Once `devtools` is available, you can install the development version of
28-
`CroCoNet` and all its dependencies from [GitHub](https://github.com/)
29-
with:
28+
`CroCoNet` and all its dependencies from GitHub with:
3029

3130
``` r
3231
devtools::install_github("Hellmann-Lab/CroCoNet")
3332
```
3433

35-
## :book: User Guide
34+
## :book: User guide
3635

3736
For a step-by-step guide and detailed explanations, please check out the
3837
vignette on the analysis of an example scRNA-seq dataset:
@@ -41,12 +40,16 @@ vignette on the analysis of an example scRNA-seq dataset:
4140
browseVignettes("CroCoNet")
4241
```
4342

44-
You can access this vignette and the documentations of all functions
45-
also at the [CroCoNet website](hellmann-lab.github.io/CroCoNet/).
43+
You can access this vignette, along with the documentation of all
44+
functions, on the [CroCoNet website](hellmann-lab.github.io/CroCoNet/)
45+
as well.
4646

4747
## :scroll: Citation
4848

49-
Please use the following entry to cite `CroCoNet`:
49+
The CroCoNet framework and its biological applications are described in
50+
detail in our
51+
[preprint](https://www.biorxiv.org/content/10.1101/2025.11.18.689002v1)
52+
on bioRxiv. Please cite this manuscript as follows:
5053

5154
``` r
5255
citation("CroCoNet")

inst/CITATION

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
bibentry(
2+
bibtype = "Article",
3+
title = "{CroCoNet: a novel framework for cross-species network analysis reveals POU5F1 (OCT4) rewiring}",
4+
author = "Térmeg, Anita and Storozhuk, Vladyslav and Kliesmete, Zane and Edenhofer, Fiona C and Geuder, Johanna and Vieth, Beate and Janssen, Philipp and Hellmann, Ines",
5+
journal = "bioRxiv",
6+
year = 2025,
7+
doi = "10.1101/2025.11.18.689002"
8+
)

pkgdown/extra.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

vignettes/CroCoNet.Rmd

Lines changed: 12 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,48 +21,20 @@ p.caption {
2121
margin: auto;
2222
}
2323

24-
<!-- h1.title { -->
25-
<!-- font-size: 30px; -->
26-
<!-- } -->
27-
<!-- h1 { /* Header 1 */ -->
28-
<!-- font-size: 24px; -->
29-
<!-- } -->
30-
<!-- h2 { /* Header 2 */ -->
31-
<!-- font-size: 18px; -->
32-
<!-- } -->
33-
34-
<!-- /* ---- Works in plain html_vignette ---- */ -->
35-
<!-- h1.title { font-size: 1.9rem; } /* ≈ 30px (~22pt) */ -->
36-
<!-- h1 { font-size: 1.5rem; } /* ≈ 24px (~18pt) */ -->
37-
<!-- h2 { font-size: 1.15rem; } /* ≈ 18px (~13pt) */ -->
38-
39-
<!-- /* ---- Ensure the same sizes inside pkgdown ---- */ -->
40-
<!-- .template-article .page-header h1, -->
41-
<!-- .template-vignette .page-header h1 { -->
42-
<!-- font-size: 1.9rem !important; -->
43-
<!-- } -->
44-
45-
<!-- .template-article .contents h2, -->
46-
<!-- .template-vignette .contents h2 { -->
47-
<!-- font-size: 1.5rem !important; -->
48-
<!-- } -->
49-
50-
<!-- .template-article .contents h3, -->
51-
<!-- .template-vignette .contents h3 { -->
52-
<!-- font-size: 1.15rem !important; -->
53-
<!-- } -->
54-
55-
<!-- /* Optional: adjust spacing */ -->
56-
<!-- .template-article .contents h2, -->
57-
<!-- .template-article .contents h3 { -->
58-
<!-- line-height: 1.25; -->
59-
<!-- margin-top: 1.1em; -->
60-
<!-- } -->
61-
6224
body {
6325
text-align: justify
6426
}
6527

28+
.contents h2 {
29+
margin-top: 2.5rem !important;
30+
margin-bottom: 2rem !important;
31+
}
32+
33+
.contents h3 {
34+
margin-top: 2rem !important;
35+
margin-bottom: 0.75rem !important;
36+
}
37+
6638
</style>
6739

6840
```{r, include = FALSE}
@@ -86,9 +58,9 @@ library(clusterProfiler)
8658
```
8759

8860
<br>
89-
<tt>CroCoNet</tt> (**Cro**ss-species **Co**mparison of **Net**works) is a computational pipeline and R package to quantitatively compare gene-regulatory networks across species. The approach hinges on contrasting network variability within and across species in order to distinguish divergence from detection uncertainty. By enabling robust network analyses, CroCoNet contributes towards finding meaningful cross-species differences in gene regulation.
61+
CroCoNet (**Cro**ss-species **Co**mparison of **Net**works) is a computational pipeline and R package for the quantitative comparison of gene-regulatory networks across species. The approach hinges on contrasting network variability within and across species in order to distinguish true evolutionary divergence from technical and biological confounders. By enabling robust network analyses, CroCoNet contributes towards finding meaningful cross-species differences in gene regulation. For a comprehensive description of CroCoNet and its biological applications, please refer to the accompanying [preprint](https://www.biorxiv.org/content/10.1101/2025.11.18.689002v1) on bioRxiv.
9062

91-
In this vignette, we demonstrate the complete CroCoNet workflow using a single-cell RNA-seq dataset of early primate neural differentiation as an example. The data files for this analysis are available in the project's [Zenodo archive](https://zenodo.org/records/17610308), in the compressed folder “neural_differentiation_dataset.zip”. All file paths used in the examples below are relative to this master folder.
63+
This vignette provides a practical guide to CroCoNet using an example dataset of early primate neural differentiation. The data files for this analysis are available in the project's [Zenodo archive](https://zenodo.org/records/17610308), under “neural_differentiation_dataset.zip”. All file paths used in the examples below are relative to this master folder.
9264

9365
Through this tutorial, users will learn how to:
9466

vignettes/references.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
@ARTICLE{Termeg2025-zb,
2+
title = "{CroCoNet: a novel framework for cross-species network analysis reveals POU5F1 (OCT4) rewiring}",
3+
author = "Térmeg, Anita and Storozhuk, Vladyslav and Kliesmete, Zane and Edenhofer, Fiona C and Geuder, Johanna and Vieth, Beate and Janssen, Philipp and Hellmann, Ines",
4+
journal = "bioRxiv",
5+
pages = "2025.11.18.689002",
6+
abstract = "BACKGROUND: Gene regulatory changes play a central role in shaping cellular phenotypes across species. To understand how these phenotypes evolve, it is essential to investigate the underlying gene regulatory networks (GRNs). However, most comparative analyses of GRNs remain qualitative and are therefore sensitive to false positives and false negatives. RESULTS: To address this limitation, we introduce CroCoNet ( Cro ss-species Co mparison of Net works), an R package for the quantitative comparison of GRNs across species. CroCoNet constructs comparable network modules centered on known transcriptional regulators and quantifies the variability in module topology within and between species. By contrasting these levels of variability, CroCoNet can distinguish true evolutionary divergence from technical and biological confounders. Applying CroCoNet to scRNA-seq data from the early neural differentiation of human, gorilla, and cynomolgus macaque, we identified 20 conserved and 24 diverged modules. Despite the conserved expression pattern of the pluripotency factor POU5F1 (OCT4), its associated module was among the most diverged. This result was independently confirmed through cross-species CRISPRi perturbations coupled with single-cell RNA-seq as a readout. Moreover, we found that great ape- and human-specific LTR7 elements are enriched near POU5F1 module genes, potentially contributing to the cross-species differences in network topology. CONCLUSIONS: These findings demonstrate that CroCoNet can resolve regulatory rewiring and provides a robust framework for studying GRN evolution across closely related species. CroCoNet is available as an open-source R package at https://hellmann-lab.github.io/CroCoNet/.",
7+
month = "18~" # nov,
8+
year = 2025,
9+
doi = "10.1101/2025.11.18.689002",
10+
language = "en"
11+
}
12+
113
@ARTICLE{Moerman2019-xh,
214
title = "{GRNBoost2 and Arboreto: efficient and scalable inference of gene regulatory networks}",
315
author = "Moerman, Thomas and Santos, Sara Aibar and González-Blas, Carmen Bravo and Simm, Jaak and Moreau, Yves and Aerts, Jan and Aerts, Stein",

0 commit comments

Comments
 (0)