The nullrangesData package provides datasets for the nullranges package vignette, in particular example datasets for exclusion regions, DNase hypersensitivity sites (DHS), CTCF binding sites, and CTCF genomic interactions.
library(nullrangesData) suppressPackageStartupMessages(library(GenomicRanges)) suppressPackageStartupMessages(library(InteractionSet))
A549 DHS peaks (see ?DHSA549Hg38
for details).
dhs <- DHSA549Hg38() dhs
CTCF binding sites, 10kb bins with CTCF and DHS peaks, and CTCF-bound genomics interactions. See corresponding man pages for details.
bins <- hg19_10kb_bins() binPairs <- hg19_10kb_ctcfBoundBinPairs() bins binPairs
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.