query_exons | R Documentation |
Query a data.frame, NanoMethResult or ModBamResult for exon annotation.
query_exons_region(x, chr, start, end)
query_exons_gene_id(x, gene_id)
query_exons_symbol(x, symbol)
x |
the object to query. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.