Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Jun 21, 2024
1 parent c20670f commit 4809763
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 292 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ devtools::load_all()

<!-- badges: start -->
[![R-CMD-check](https://github.com/PennChopMicrobiomeProgram/mirix/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/PennChopMicrobiomeProgram/mirix/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/PennChopMicrobiomeProgram/mirix/graph/badge.svg?token=7DBBaNoGDc)](https://codecov.io/gh/PennChopMicrobiomeProgram/mirix)
<!-- badges: end -->

The goal of mirix is to calculate the Microbiome Response Index (MiRIx) for a
Expand Down Expand Up @@ -158,7 +159,7 @@ human microbiome. It is here where we note that the *Firmicutes* are generally
Gram-positive.

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

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

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

Expand Down
Loading

0 comments on commit 4809763

Please sign in to comment.