forked from lijingya/ELMER.data
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
33 lines (24 loc) · 781 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
32
33
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# ELMER.data
The goal of ELMER.data is to supporting data for the ELMER package.
It includes the Probe.motif matrix mapping for each probe if the TF PWM was matched
(windows of +-250bp around the probe).
## Installation
You can install ELMER.data from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("tiagochst/ELMER.data")
```
## Documentation
* [ELMER documentation](https://tiagochst.github.io/ELMER/index.nb.html)
* [ELMER.data documentation](https://tiagochst.github.io/ELMER.data/index.nb.html)