| query_exons {NanoMethViz} | R Documentation |
Query a data.frame of exons for a subset.
query_exons_region(exons, chr, start, end) query_exons_gene_id(exons, gene_id) query_exons_symbol(exons, symbol)
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. |
data.frame of queried exons.
query_exons_region: Query region.
query_exons_gene_id: Query gene ID.
query_exons_symbol: Query gene symbol.