Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #1

    Introducing JGI's Taxonomy Server

    JGI's taxonomy server is now public-facing! It translates gi numbers, taxid numbers, organism names, and accessions to plaintext NCBI taxids, or complete JSON-formatted lineage, or semicolon-delimited lineage. The main page gives usage information. You can use it from the browser by entering something like:



    or from the command line like this:

    Code:
    curl "http://taxonomy.jgi-psf.org/tax/name/homo_sapiens"
    {"homo_sapiens": {
       "name": "Homo sapiens",
       "tax_id": "9606",
       "level": "species",
       "species": {
          "name": "Homo sapiens",
          "tax_id": "9606"
       },
       "genus": {
          "name": "Homo",
          "tax_id": "9605"
       },
       "subfamily": {
          "name": "Homininae",
          "tax_id": "207598"
       },
       "family": {
          "name": "Hominidae",
          "tax_id": "9604"
       },
       "superfamily": {
          "name": "Hominoidea",
          "tax_id": "314295"
       },
       "parvorder": {
          "name": "Catarrhini",
          "tax_id": "9526"
       },
       "infraorder": {
          "name": "Simiiformes",
          "tax_id": "314293"
       },
       "suborder": {
          "name": "Haplorrhini",
          "tax_id": "376913"
       },
       "order": {
          "name": "Primates",
          "tax_id": "9443"
       },
       "superorder": {
          "name": "Euarchontoglires",
          "tax_id": "314146"
       },
       "no rank": {
          "name": "Boreoeutheria",
          "tax_id": "1437010"
       },
       "no rank 2": {
          "name": "Eutheria",
          "tax_id": "9347"
       },
       "no rank 3": {
          "name": "Theria",
          "tax_id": "32525"
       },
       "class": {
          "name": "Mammalia",
          "tax_id": "40674"
       },
       "no rank 4": {
          "name": "Amniota",
          "tax_id": "32524"
       },
       "no rank 5": {
          "name": "Tetrapoda",
          "tax_id": "32523"
       },
       "no rank 6": {
          "name": "Dipnotetrapodomorpha",
          "tax_id": "1338369"
       },
       "no rank 7": {
          "name": "Sarcopterygii",
          "tax_id": "8287"
       },
       "no rank 8": {
          "name": "Euteleostomi",
          "tax_id": "117571"
       },
       "no rank 9": {
          "name": "Teleostomi",
          "tax_id": "117570"
       },
       "no rank 10": {
          "name": "Gnathostomata",
          "tax_id": "7776"
       },
       "no rank 11": {
          "name": "Vertebrata",
          "tax_id": "7742"
       },
       "subphylum": {
          "name": "Craniata",
          "tax_id": "89593"
       },
       "phylum": {
          "name": "Chordata",
          "tax_id": "7711"
       },
       "no rank 12": {
          "name": "Deuterostomia",
          "tax_id": "33511"
       },
       "no rank 13": {
          "name": "Bilateria",
          "tax_id": "33213"
       },
       "no rank 14": {
          "name": "Eumetazoa",
          "tax_id": "6072"
       },
       "kingdom": {
          "name": "Metazoa",
          "tax_id": "33208"
       },
       "no rank 15": {
          "name": "Opisthokonta",
          "tax_id": "33154"
       },
       "superkingdom": {
          "name": "Eukaryota",
          "tax_id": "2759"
       }
    }}
    Plaintext taxid is supported by entering "pt_" in front of the query format, like this:

    Code:
    curl http://taxonomy.jgi-psf.org/tax/pt_accession/NZ_AAAA01000057.1
    97393
    Semicolon-delimited output is supported by entering "sc_" in front of the query format, like this:

    Code:
    curl http://taxonomy.jgi-psf.org/tax/sc_accession/NZ_AAAA01000057.1
    Archaea;Euryarchaeota;Thermoplasmata;Thermoplasmatales;Ferroplasmaceae;Ferroplasma;Ferroplasma acidarmanus
    Comma-delimited terms may be used for batch processing, and underscores may be substituted for spaces (in names), e.g. /tax/name/homo_sapiens,mus_musculus

    Simplified taxonomy (containing only subspecies, species, genus, family, order, class, phylum, kingdom, and superkingdom) is available by using "/simpletax/" instead of "/tax/", and common-ancestor lookup is possible with the "ancestor" query type:

    Code:
    curl http://taxonomy.jgi-psf.org/simpletax/name/ancestor/canis_lupus,mus_musculus
    {"canis_lupus,mus_musculus": {
       "name": "Mammalia",
       "tax_id": "40674",
       "level": "class",
       "class": {
          "name": "Mammalia",
          "tax_id": "40674"
       },
       "phylum": {
          "name": "Chordata",
          "tax_id": "7711"
       },
       "kingdom": {
          "name": "Metazoa",
          "tax_id": "33208"
       },
       "superkingdom": {
          "name": "Eukaryota",
          "tax_id": "2759"
       }
    }}
    Please let me know if you experience any problems or can think of a useful addition!

Latest Articles

Collapse

  • SEQadmin2
    Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
    by SEQadmin2



    CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

    Despite this, “CRISPR helped turn genome editing from a specialized technique into
    ...
    07-31-2026, 11:01 AM
  • SEQadmin2
    Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
    by SEQadmin2


    Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

    The systematic characterization of the human proteome has
    ...
    07-20-2026, 11:48 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 08-13-2026, 12:22 PM
0 responses
21 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-11-2026, 10:35 AM
0 responses
18 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-06-2026, 07:41 AM
0 responses
33 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-03-2026, 10:13 AM
0 responses
51 views
0 reactions
Last Post SEQadmin2  
Working...