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

https://github.com/databio/genomicdistributionsdata

Data for GenomicDistributions R package
https://github.com/databio/genomicdistributionsdata

Last synced: 5 months ago
JSON representation

Data for GenomicDistributions R package

Awesome Lists containing this project

README

          

**Due to GitHub file size restrictions the actual `.rda` files are not included in this repository.**
See "Installation" section for data building instructions

# GenomicDistributionsData

R package that provides full data for GenomicDistributions package that provides functions for calculating and plotting the distribution of query features (*e.g.* genomic ranges) across the genome.

## Installation

```r
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GenomicDistributionsData")
```

## Usage

```r
library("GenomicDistributionsData")
TSS_hg38()
```
Alternatively:

```r
hub = ExperimentHub()
TSShg38 = hub[["EH3477"]]
```