sandbox/annotation.R

library("GenomicRanges")
library("AnnotationHub")

# Get Grange of promoters
ah = AnnotationHub()
qhs = query(ah, c("RefSeq", "Mus musculus", "mm10"))
genes = qhs[[1]]
proms = promoters(genes)
CompEpigen/scMethrix documentation built on Nov. 6, 2021, 3:09 p.m.