-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
78 lines (58 loc) · 2.54 KB
/
README.Rmd
File metadata and controls
78 lines (58 loc) · 2.54 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
title: ""
author: "`r rworkflows::use_badges(branch = 'main', add_doi = '10.1093/bioinformatics/btab658')`"
output:
github_document
---
```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1] |>
gsub(pattern="\n", replacement=" ")
```
## `r pkg`: `r gsub("echoverse module: ","", description, ignore.case = TRUE)`
This R package is part of the *echoverse* suite that supports
[`echolocatoR`](https://github.com/RajLabMSSM/echolocatoR):
an automated genomic fine-mapping pipeline.
If you use `r pkg`, please cite:
> Brian M. Schilder, Jack Humphrey, Towfique Raj (2021) echolocatoR:
> an automated end-to-end statistical and functional genomic fine-mapping
> pipeline, *Bioinformatics*; btab658,
> https://doi.org/10.1093/bioinformatics/btab658
## Installation
```R
if(!require("BiocManager")) install.packages("BiocManager")
BiocManager::install("RajLabMSSM/echoAI")
library(echoAI)
```
## Functions
### Query & annotation
- `IMPACT_query()` : Query IMPACT annotations and LD-scores from
tabix-indexed files on Zenodo. Supports wide, long, and list output formats.
- `IMPACT_get_annotations()` : Download raw IMPACT annotation matrices from
GitHub and merge with your variant data.
- `IMPACT_get_annotation_key()` : Retrieve the IMPACT annotation key
describing tissue, cell type, and transcription factor metadata for all
707 annotations.
### Enrichment
- `IMPACT_compute_enrichment()` : Compute enrichment of IMPACT scores across
SNP groups (lead GWAS, credible sets, consensus).
- `IMPACT_iterate_enrichment()` : Run enrichment tests across all loci.
### Visualisation
- `IMPACT_snp_group_boxplot()` : Box/violin plot of IMPACT scores by
SNP group with statistical comparisons.
- `IMPACT_plot_enrichment()` : Bar and violin plots summarising enrichment
results.
- `IMPACT_plot_impact_score()` : Multi-panel locus plot combining GWAS,
fine-mapping, and per-tissue IMPACT scores.
- `IMPACT_heatmap()` : ComplexHeatmap of mean IMPACT scores across loci
and SNP groups.
## Documentation
### [Website](https://rajlabmssm.github.io/`r pkg`)
### [Get started](https://rajlabmssm.github.io/`r pkg`/articles/`r pkg`)
<hr>
## Contact
<a href="https://bschilder.github.io/BMSchilder/" target="_blank">Brian
M. Schilder, Bioinformatician II</a>
<a href="https://rajlab.org" target="_blank">Raj Lab</a>
<a href="https://icahn.mssm.edu/about/departments-offices/neuroscience" target="_blank">Department
of Neuroscience, Icahn School of Medicine at Mount Sinai</a>