getTaxonSignatures
returns the names of all of the signatures
associated with a particular taxon. More details can be found in the main
bugphyzz vignette; please run browseVignettes("bugphyzz")
.
getTaxonSignatures(tax, bp, ...)
A character vector with the names of the signatures for a taxon.
taxid <- "562"
taxonName <- "Escherichia coli"
bp <- importBugphyzz()
#> Using data downloaded on 2024-10-30 16:09:43.
sig_names_1 <- getTaxonSignatures(taxid, bp)
sig_names_2 <- getTaxonSignatures(taxonName, bp, taxIdType = "Taxon_name")