Get epigenomic peak ranges from Nott2019.

NOTT2019_get_regulatory_regions(
  as_granges = FALSE,
  nThread = 1,
  verbose = TRUE
)

Arguments

as_granges

Return results a GRanges object instead of a data.table.

nThread

Number of threads to parallelize across.

verbose

Print messages.

Examples

regions <- NOTT2019_get_regulatory_regions()
#> ++ NOTT2019:: Getting regulatory regions data.
#> Importing Astrocyte enhancers ...
#> Importing Astrocyte promoters ...
#> Importing Neuronal enhancers ...
#> Importing Neuronal promoters ...
#> Importing Oligo enhancers ...
#> Importing Oligo promoters ...
#> Importing Microglia enhancers ...
#> Importing Microglia promoters ...