Skip to content

Commit 3edc6be

Browse files
committed
Update landing page
1 parent 26aba60 commit 3edc6be

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
# ColocBoost Manuscript Resources
22

33
Code and data to reproduce figures in ColocBoost manuscript.
4+
5+
6+
## About ColocBoost
7+
8+
ColocBoost is a statistical approach for identifying shared genetic influences across multiple traits and molecular phenotypes. By leveraging statistical learning techniques to detect colocalization patterns, our method offers improved statistical power and biological interpretation compared to traditional approaches.
9+
10+
## Repository Structure
11+
12+
This Jupyter Book contains the codes and data used to generate all figures from our manuscript. Each notebook is fully executable and documented to ensure reproducibility of our results. The main sections include:
13+
14+
- **Figure 2**: Method overview and benchmark comparisons
15+
- **Figure 3**: Cell-type specific xQTL colocalization analyses
16+
- **Figure 4**: Evidence of colocalization across traits
17+
- **Figure 5**: Variant prioritization and functional characterization
18+
- **Figure 6**: Application to disease-relevant loci
19+
20+
## Getting Started
21+
22+
To navigate this resource, use the table of contents in the left sidebar. Each figure section contains interactive notebooks that allow you to:
23+
24+
1. View the code used to generate analyses
25+
2. Examine data associated with the figures
26+
3. Reproduce visualizations
27+
28+
## Computational Requirements
29+
30+
The analyses in this book were performed using:
31+
- R version 4.1 or higher
32+
- Key R packages: data.table, ggplot2, dplyr
33+

0 commit comments

Comments
 (0)