biomartr icon indicating copy to clipboard operation
biomartr copied to clipboard

Support species synonyms

Open lutteropp opened this issue 7 years ago • 2 comments

Hi,

currently, species genomes are not found by the biomartr package if I search for a species synonym. For example: is.genome.available("Kluyveromyces thermotolerans", db="refseq") returns FALSE, but is.genome.available("Lachancea thermotolerans", db="refseq") returns TRUE.

I have written a tiny R script for retrieving the list of synonyms for a species name using the "Catalogue of Life" web interface, maybe this is helpful: https://github.com/lutteropp/SpeciesSynonymFinder

There is also a more comprehensive solution out there: https://github.com/ropensci/taxize

Best, Sarah

lutteropp avatar Dec 18 '17 14:12 lutteropp

Hi Sarah,

This is a great idea!

Many thanks for sharing it with me! :-)

I will definitely put this one on my TODO list and will start working on this in the new year.

Kind regards, Hajk

HajkD avatar Dec 20 '17 13:12 HajkD

Maybe this can be solved in concurrence with https://github.com/ropensci/biomartr/issues/6#issuecomment-788771908 (taxonkit).

johanneswerner avatar Mar 03 '21 07:03 johanneswerner