Skip to content
goodb edited this page Mar 28, 2020 · 2 revisions

A simple service to list all of the species with genes used in a go-cam model in this repository. https://github.com/geneontology/minerva/issues/295

http://noctua-dev.berkeleybop.org:6800/taxa/ returns e.g.

{
  "taxa": [
    {
      "id": "NCBITaxon:559292",
      "label": "Saccharomyces cerevisiae S288C"
    },
    {
      "id": "NCBITaxon:7955",
      "label": "Danio rerio"
    },
    {
      "id": "NCBITaxon:9606",
      "label": "Homo sapiens"
    },
    {
      "id": "NCBITaxon:6239",
      "label": "Caenorhabditis elegans"
    }
  ]
}
Clone this wiki locally