Gene Ortholog Report

Retrieve ortholog genes across species by gene ID

BioinformaticsGenomicsLife SciencesPubMedSequencesBLASTTaxonomyChemistryOpen Access

Gene Ortholog Report is an example object payload from National Center for Biotechnology Information (NCBI), with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionpathmethodbaseURLparametersnotes

Example Payload

Raw ↑
{
  "title": "Gene Ortholog Dataset Report",
  "description": "Retrieve ortholog genes across species by gene ID",
  "path": "/gene/id/{gene_ids}/orthologs/dataset_report",
  "method": "GET",
  "baseURL": "https://api.ncbi.nlm.nih.gov/datasets/v2",
  "parameters": {
    "gene_ids": "672"
  },
  "notes": "Gene ID 672 is BRCA1"
}