Coder Social home page Coder Social logo

taxonupdate's Introduction

Checked with mypyCode style: blackWorks with Python 3.6+

Taxonomy Update for LINNAEUS

This project contains the functions necessary to update the list of species used by LINNAEUS.

Gerner, M.; Nenadic, G. & Bergman, C. M. LINNAEUS: A species name identification system for biomedical literature BMC Bioinformatics, 2010, 11, 85


The species dictionaries available for LINNAEUS via https://sourceforge.net/projects/linnaeus/files/Entity_packs/ haven't been updated since 2011. To be able to tag the most recently discovered species, build a new one using the following simple steps:

git clone https://github.com/JULIELab/taxonupdate.git
cd taxonupdate
wget ftp://ftp.ebi.ac.uk/pub/databases/taxonomy/taxonomy.dat
# With default arguments, this is equal to:
# python DictWriter.py -i taxonomy.dat -o taxonomy.tsv --rank species
python DictWriter.py

Additionally, it is possible to restrict the dictionary to a subtree defined by its root ID. E. g., if one wanted to only extract bacterial species, it can be done issuing:

python DictWriter -o bacterial_species.tsv --root 2

List of major taxonomic groups

To make the use of this feature easier, it might help to consult the following lists:

Superkingdoms

Archaea (ID: 2157) Bacteria (ID: 2) Eukaryota (ID: 2759) Viroids (ID: 12884) Viruses (ID: 10239)

Kingdoms

Fungi (ID: 4751) Metazoa (ID: 33208) Viridiplantae (ID: 33090)

This work has been funded by the German Research Foundation (DFG) as part of the project D01 in the Collaborative Research Center (CRC) 1076 “AquaDiva”.

taxonupdate's People

Contributors

pikatech avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.