From a5b73e95c1c80ac6c1463c27c10453b453c22271 Mon Sep 17 00:00:00 2001 From: Danielle Callan Date: Wed, 29 May 2024 14:52:00 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3536271..2e6fb8e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ remotes::install_github('microbiomeDB/MicrobiomeDB') ## Usage This package is intended to be used to explore the curated datasets from MicrobiomeDB.org, as well as (coming soon!) your own datasets. It comes pre-packaged with the same functions used to power the analysis tools from the website. Functions to facilitate easily transforming data between our custom objects, phyloseq objects, TreeSummarizedExperiment objects and .biom files are in development. -This package is paired with a dedicated data package called micribomeData which includes a number of pre-built `MbioDataset` objects representing the curated data from the MicrobiomeDB.org website. You can see their names like: +This package is paired with a dedicated data package called microbiomeData which includes a number of pre-built `MbioDataset` objects representing the curated data from the MicrobiomeDB.org website. You can see their names like: ```R remotes::install_github('microbiomeDB/microbiomeData')