Functionality for programmatically displaying BugSigDB taxon pages.

browseTaxon(tax.id)

Arguments

tax.id

character. NCBI taxonomy ID.

Value

The URL of the selected BugSigDB taxon page. If interactive, opens the URL in the default web browser.

References

BugSigDB: https://bugsigdb.org

Examples

  
  # BugSigDB taxon page for Escherichia coli
  browseTaxon("562")
#> [1] "https://bugsigdb.org/Special:RunQuery/Taxon?Taxon%5BNCBI%5D=562&_run=1"