get_exons: Get exon annotations

View source: R/query_exons.R

get_cgi_mm10R Documentation

Get exon annotations

Description

Helper functions are provided for obtaining exon annotations from relevant TxDb packages on Bioconductor for the construction of NanoMethResults objects.

Usage

get_cgi_mm10()

get_cgi_GRCm39()

get_cgi_hg19()

get_cgi_hg38()

get_exons_mm10()

get_exons_grcm39()

get_exons_hg19()

get_exons_hg38()

Value

tibble (data.frame) object containing exon annotation.

Examples

cgi_mm10 <- get_cgi_mm10()

cgi_GRCm39 <- get_cgi_GRCm39()

cgi_hg19 <- get_cgi_hg19()

cgi_hg38 <- get_cgi_hg38()

mm10_exons <- get_exons_mm10()

grcm39_exons <- get_exons_grcm39()

hg19_exons <- get_exons_hg19()

hg38_exons <- get_exons_hg38()


Shians/NanoMethViz documentation built on June 8, 2024, 10:48 p.m.