-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
46 lines (34 loc) · 1.29 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
---
title: ""
author: "`r rworkflows::use_badges(branch='main')`"
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] |>
gsub(pattern="\n",replacement=" ")
```
## ``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 utils::citation(pkg)$textVersion`
## 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`)
<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>