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
- Host: GitHub
- URL: https://github.com/databio/genomicdistributionsdata
- Owner: databio
- License: other
- Created: 2020-05-06T20:51:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T17:46:35.000Z (over 4 years ago)
- Last Synced: 2025-09-11T10:15:30.428Z (10 months ago)
- Language: R
- Size: 65.4 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]]
```