get_overlapping_ncrnas
Find non-coding RNAs that overlap a genomic region. The region can be specified either as explicit coordinates or as a gene symbol, in which case the tool uses Ensembl’s GraphQL API to resolve the symbol to coordinates first.
Arguments
Name |
Type |
Required |
Description |
|---|---|---|---|
|
|
yes |
Common name (e.g. |
|
|
conditional |
Chromosome name — |
|
|
conditional |
Start coordinate (1-based, inclusive). |
|
|
conditional |
End coordinate (1-based, inclusive). |
|
|
conditional |
Gene symbol (e.g. |
You must supply either gene_symbol or the full chromosome / start /
end triple. Mixing the two is not supported; the tool returns an error if
neither is given.
Returns
A markdown list of overlapping RNAcentral entries with URS IDs, RNA type, genomic coordinates, strand, and source database.
Upstream services
Ensembl GraphQL API for
gene_symbol→ coordinates resolution.RNAcentral REST API for the overlap query.