Description Usage Arguments Value Functions
Query a data.frame of exons for a subset.
1 2 3 4 5 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.