query_exons {NanoMethViz}R Documentation

Query exons

Description

Query a data.frame of exons for a subset.

Usage

query_exons_region(exons, chr, start, end)

query_exons_gene_id(exons, gene_id)

query_exons_symbol(exons, symbol)

Arguments

exons

the data.frame of exons.

chr

the chromosome to query.

start

the start of the query region.

end

the end of the query region.

gene_id

the gene_id to query.

symbol

the gene_id to query.

Value

data.frame of queried exons.

Functions


[Package NanoMethViz version 2.0.0 Index]