-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
31 lines (22 loc) · 991 Bytes
/
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
---
title: "`EpiArchives`"
author: "<h4>Authors: <i>Brian M. Schilder, Sera Choi</i></h4>"
date: "<h4>README updated: <i>`r format( Sys.Date(), '%b-%d-%Y')`</i></h4>"
output:
github_document
---
```{r, results='asis'}
rworkflows::get_hex(ref = "neurogenomics/EpiArchives",
hex_path = "hex/hex.png") |> cat()
```
### `EpiArchives` is a public archive for interactive HTML reports generated by [`EpiCompare`](https://github.com/neurogenomics/EpiCompare) and the associated code used to create them.
All reports are hosted on GitHub Pages. Links are compiled [below](#reports).
# [Home](https://neurogenomics.github.io/EpiArchives)
## Reports {#reports}
```{r, results='asis'}
f <- list.files("utils",pattern = "*.R$", full.names = TRUE)
source(f)
list_reports()
```
<a href='https://github.com/neurogenomics/EpiArchives' target='_blank'><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="100" height="100"></a>
<hr>