# enhancerHomologSearch
Get ENCODE data of enhancer region via H3K4me1 peaks and search homolog region for given sequences
## Installation
To install this package, start R and enter:
```r
library(BiocManager)
BiocManager::install("jianhong/enhancerHomologSearch")
```
## Documentation
To view documentation of enhancerHomologSearch, start R and enter:
```r
browseVignettes("enhancerHomologSearch")
```
Or view the [online documentation](https://jianhong.github.io/enhancerHomologSearch).