-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
executable file
·71 lines (50 loc) · 2.55 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
title: ""
author: "<img src='https://github.com/RajLabMSSM/`r read.dcf('DESCRIPTION', fields = 'Package')[1]`/raw/`r gsub('[*] ','',system('git branch', intern = TRUE)[1])`/inst/hex/hex.png' height='300'><br><br>
`r badger::badge_github_version(color = 'black')`
`r badger::badge_github_actions(action = 'R-CMD-check-bioc')`
`r badger::badge_last_commit()`
`r badger::badge_codecov()`
`r badger::badge_license()`
<h5>Author: <i>Brian M. Schilder</i></h5>"
date: "<h5>README updated: <i>`r format( Sys.Date(), '%b-%d-%Y')`</i></h5>"
output:
github_document
---
```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
```
## ``r pkg``: `r gsub("echoverse module: ","", description)`
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:
> `r citation(pkg)$textVersion`
and
> N Kerimov, JD Hayhurst, K Peikova, et al. A compendium of uniformly
processed human gene expression and splicing quantitative trait loci.
Nat Genet 53, 1290–1299 (2021). [https://doi.org/10.1038/s41588-021-00924-w](https://doi.org/10.1038/s41588-021-00924-w)
## Installation
```R
if(!require("remotes")) install.packages("remotes")
remotes::install_github("RajLabMSSM/`r pkg`")
library(`r pkg`)
```
## Documentation
### [Website](https://rajlabmssm.github.io/`r pkg`)
### [Getting started](https://rajlabmssm.github.io/`r pkg`/articles/`r pkg`)
## Notes
- The functions in `catalogueR` are partly derived from the
[*eQTL Catalogue* tutorial](http://htmlpreview.github.io/?https://github.com/eQTL-Catalogue/eQTL-Catalogue-resources/blob/master/scripts/eQTL_API_usecase.html).
- [The ALT allele is always the effect allele in eQTL Catalogue](https://www.ebi.ac.uk/eqtl/Data_access/).
- Additional *eQTL Catalogue* resources:
+ [GitHub repository](https://github.com/eQTL-Catalogue/eQTL-Catalogue-resources)
+ [In-depth API documentation](https://www.ebi.ac.uk/eqtl/api-docs/)
+ FTP server: *ftp://ftp.ebi.ac.uk/pub/databases/spot/eQTL/csv*
<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/neuroscience" target="_blank">Department
of Neuroscience, Icahn School of Medicine at Mount Sinai</a>