Skip to content

Commit

Permalink
Change mirixdb to whatbacteria in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Jun 26, 2024
1 parent 6c5c997 commit 168ebdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ human microbiome. It is here where we note that the *Firmicutes* are generally
Gram-positive.

```{r}
mirixdb::taxon_phenotypes %>%
whatbacteria::taxon_phenotypes %>%
filter(taxon %in% "Firmicutes")
```

Expand All @@ -169,7 +169,7 @@ where we note that *Lactobacillus* species are typically resistant to
vancomycin.

```{r}
mirixdb::taxon_susceptibility %>%
whatbacteria::taxon_susceptibility %>%
filter(taxon %in% "Lactobacillus")
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ cover many taxa encountered in the human microbiome. It is here where we
note that the *Firmicutes* are generally Gram-positive.

``` r
mirixdb::taxon_phenotypes %>%
whatbacteria::taxon_phenotypes %>%
filter(taxon %in% "Firmicutes")
#> taxon rank aerobic_status gram_stain doi
#> 1 Firmicutes Phylum <NA> Gram-positive 10.1099/00207713-28-1-1
Expand All @@ -194,7 +194,7 @@ example, where we note that *Lactobacillus* species are typically
resistant to vancomycin.

``` r
mirixdb::taxon_susceptibility %>%
whatbacteria::taxon_susceptibility %>%
filter(taxon %in% "Lactobacillus")
#> taxon rank antibiotic value doi
#> 1 Lactobacillus Genus vancomycin resistant 10.1128/AEM.01738-18
Expand Down

0 comments on commit 168ebdc

Please sign in to comment.