Brain cell-specific epigenomic data from Nott et al. (2019).

NOTT2019_get_promoter_interactome_data(dat = NULL)

Source

Nott et al. (2019) (doi:10.1126/science.aay0793 )

Arguments

dat

data.table of genomic coordinates to query with. Set as NULL to return genome-wide data.

Examples

if (FALSE) { # \dontrun{
dat <- echodata::BST1
annot_sub <- NOTT2019_get_promoter_interactome_data(dat=dat)
} # }