/ensembl/genes/search

POST /api/ensembl/genes/search

Price: 5 credits

List the genes overlapping a genomic region of one species

How to use it

The query is a locus, not a keyword - to go from a gene name to a region, resolve the symbol through ensembl/genes and read `seq_region_name`, `start` and `end`. Chromosome names carry no `chr` prefix here, so the region is `13:32315086-32400268`. A gene is returned when it overlaps the region at all, including one that merely starts before it and runs into it, which is why a gene can come back with `start` below the region you asked for.

Parameters

Request body

Response

Errors

Response headers