Due to GitHub file size restrictions the actual .rda
files are not included in this repository.
See "Installation" section for data building instructions
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.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GenomicDistributionsData")
library("GenomicDistributionsData")
TSS_hg38()
Alternatively:
hub = ExperimentHub()
TSShg38 = hub[["EH3477"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.