From f7683b25c910f68c218175f470a5c38c5173075b Mon Sep 17 00:00:00 2001 From: sdgamboa <53412049+sdgamboa@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:59:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20waldronl?= =?UTF-8?q?ab/bugphyzz@9dc230555d8581b5a4a198f81ff7d92d9c0c2ca5=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- CODE_OF_CONDUCT.html | 2 +- CONTRIBUTING.html | 2 +- SUPPORT.html | 2 +- articles/attributes.html | 4 ++-- articles/bugphyzz.html | 4 ++-- articles/index.html | 2 +- articles/sources.html | 2 +- authors.html | 6 +++--- index.html | 2 +- news/index.html | 2 +- pkgdown.yml | 2 +- reference/getTaxonSignatures.html | 4 ++-- reference/importBugphyzz.html | 4 ++-- reference/index.html | 2 +- reference/makeSignatures.html | 4 ++-- reference/physiologies.html | 2 +- reference/showPhys.html | 2 +- 18 files changed, 25 insertions(+), 25 deletions(-) diff --git a/404.html b/404.html index 1babfb4..5d7d330 100644 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@
diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index adb0a35..c3c5808 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -17,7 +17,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 7b46771..3441f4f 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/SUPPORT.html b/SUPPORT.html index da8f7ca..c96b925 100644 --- a/SUPPORT.html +++ b/SUPPORT.html @@ -17,7 +17,7 @@ diff --git a/articles/attributes.html b/articles/attributes.html index e26d1c5..ea51087 100644 --- a/articles/attributes.html +++ b/articles/attributes.html @@ -32,7 +32,7 @@ @@ -136,7 +136,7 @@Gamboa S, Waldron L, Eckenrode K, Ye J, Wokaty J (2024). bugphyzz: A harmonized data resource and software for enrichment analysis of microbial physiologies. -R package version 0.99.5, https://github.com/waldronlab/bugphyzz. +R package version 0.99.6, https://github.com/waldronlab/bugphyzz.
@Manual{, title = {bugphyzz: A harmonized data resource and software for enrichment analysis of microbial physiologies}, author = {Samuel Gamboa and Levi Waldron and Kelly Eckenrode and Jonathan Ye and Jennifer Wokaty}, year = {2024}, - note = {R package version 0.99.5}, + note = {R package version 0.99.6}, url = {https://github.com/waldronlab/bugphyzz}, }diff --git a/index.html b/index.html index 0233d83..0f0867f 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ diff --git a/news/index.html b/news/index.html index a21963e..12b1aa6 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ diff --git a/pkgdown.yml b/pkgdown.yml index 99459e9..e6379ea 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: articles/attributes: attributes.html bugphyzz: bugphyzz.html sources: sources.html -last_built: 2024-08-15T18:36Z +last_built: 2024-08-15T18:56Z urls: reference: https://waldronlab.io/bugphyzz/reference article: https://waldronlab.io/bugphyzz/articles diff --git a/reference/getTaxonSignatures.html b/reference/getTaxonSignatures.html index 67b8ae1..e29d57b 100644 --- a/reference/getTaxonSignatures.html +++ b/reference/getTaxonSignatures.html @@ -19,7 +19,7 @@ @@ -103,7 +103,7 @@
taxid <- "562"
taxonName <- "Escherichia coli"
bp <- importBugphyzz()
-#> Using data downloaded on 2024-08-15 18:34:33.
+#> Using data downloaded on 2024-08-15 18:54:38.
sig_names_1 <- getTaxonSignatures(taxid, bp)
sig_names_2 <- getTaxonSignatures(taxonName, bp, taxIdType = "Taxon_name")
diff --git a/reference/importBugphyzz.html b/reference/importBugphyzz.html
index 9dc3c1a..0ad6de0 100644
--- a/reference/importBugphyzz.html
+++ b/reference/importBugphyzz.html
@@ -20,7 +20,7 @@
bp <- importBugphyzz()
-#> Using data downloaded on 2024-08-15 18:34:33.
+#> Using data downloaded on 2024-08-15 18:54:38.
names(bp)
#> [1] "animal pathogen"
#> [2] "antimicrobial sensitivity"
diff --git a/reference/index.html b/reference/index.html
index 3d47b22..7ef6c52 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -17,7 +17,7 @@
bp <- importBugphyzz()
-#> Using data downloaded on 2024-08-15 18:34:33.
+#> Using data downloaded on 2024-08-15 18:54:38.
sigs <- purrr::map(bp, makeSignatures)
sigs <- purrr::list_flatten(sigs, name_spec = "{inner}")
diff --git a/reference/physiologies.html b/reference/physiologies.html
index 64cf185..461eb0e 100644
--- a/reference/physiologies.html
+++ b/reference/physiologies.html
@@ -19,7 +19,7 @@