An open API service indexing awesome lists of open source software.

https://github.com/neurogenomics/peakyfinders

R package for mining, calling, and importing epigenomic peaks.
https://github.com/neurogenomics/peakyfinders

encode epigenomics gene-expression-omnibus genomics peak-calling r r-package

Last synced: about 2 months ago
JSON representation

R package for mining, calling, and importing epigenomic peaks.

Awesome Lists containing this project

README

        

---
title: ""
author: "`r rworkflows::use_badges()`"
date: "

README updated: `r format( Sys.Date(), '%b-%d-%Y')`

"
output:
github_document
---

```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- tolower(strsplit(URL,"/")[[1]][4])
```

## ``r pkg``: `r title`

`r description`

If you use ``r pkg``, please cite:

> `r utils::citation(pkg)$textVersion`

## Installation

```R
if(!require("remotes")) install.packages("remotes")

remotes::install_github("`r URL`")
library(`r pkg`)
```
## Documentation

### [Website](https://`r owner`.github.io/`r pkg`)
### [Getting started](https://`r owner`.github.io/`r pkg`/articles/`r pkg`)


## Contact

### [Neurogenomics Lab](https://www.neurogenomics.co.uk/)

UK Dementia Research Institute
Department of Brain Sciences
Faculty of Medicine
Imperial College London
[GitHub](https://github.com/neurogenomics)
[DockerHub](https://hub.docker.com/orgs/neurogenomicslab)