Skip to content

taxizedb v0.3.0

Compare
Choose a tag to compare
@sckott sckott released this 15 Jan 03:15
d1a2f4a

NEW FEATURES

  • db_download() gains new parameter overwrite (logical): used to state that you want to overwrite an existing database on disk. before this you would have to manually delete an older database file (#34)
  • new function added taxa_at() for getting taxa at specific scientific ranks. For example, your known taxon is the family Lachnospiraceae with NCBI identifier of 186803. You want information on the phylum which the Lachnospiraceae family is in. This function can do that for you. (#51)

BUG FIXES