Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.01 KB

whatbacteria

R-CMD-check

Taxon phenotype and susceptibility databases for the mirix package.

Installation

You can install the development version of whatbacteria from GitHub with:

# install.packages("devtools")
devtools::install_github("PennChopMicrobiomeProgram/whatbacteria")

Usage

To access the databases directly:

taxon_phenotypes
taxon_susceptibility

To get a particular lineage's susceptibilities:

what_antibiotic(
   c("Enterococcus faecalis", "Lactobacillus", "Lactobacillus delbrueckii"),
   "vancomycin")

To get a particular lineage's phenotypes:

what_phenotype(
   c("Bacteroidetes", "Firmicutes", "Firmicutes; Negativicutes"),
   "gram_stain")