diff --git a/articles/attributes.html b/articles/attributes.html index 32329bc1..cd69b3fd 100644 --- a/articles/attributes.html +++ b/articles/attributes.html @@ -106,14 +106,14 @@
Ontology terms can be searched at OSLv3 and OSLv4.
- - + +
bp <- importBugphyzz()
#> Importing multistate data...
-#> Using data downloaded on 2024-01-17 06:37:00.
+#> Using data downloaded on 2024-01-19 01:29:48.
#> Importing binary data...
-#> Using data downloaded on 2024-01-17 06:37:15.
+#> Using data downloaded on 2024-01-19 01:30:00.
#> Importing numeric data...
-#> Using data downloaded on 2024-01-17 06:37:19.
+#> Using data downloaded on 2024-01-19 01:30:02.
names(bp)
-#> [1] "COGEM pathogenicity rating"
-#> [2] "aerophilicity"
-#> [3] "antimicrobial resistance"
-#> [4] "arrangement"
-#> [5] "biosafety level"
+#> [1] "aerophilicity"
+#> [2] "antimicrobial resistance"
+#> [3] "arrangement"
+#> [4] "biosafety level"
+#> [5] "cogem pathogenicity rating"
#> [6] "disease association"
#> [7] "gram stain"
#> [8] "habitat"
#> [9] "hemolysis"
#> [10] "shape"
#> [11] "spore shape"
-#> [12] "Butyrate-Producing Bacteria"
-#> [13] "Extreme environment"
-#> [14] "Health associated"
-#> [15] "Sphingolipid producing"
-#> [16] "animal pathogen"
-#> [17] "antimicrobial sensitivity"
-#> [18] "biofilm formation"
-#> [19] "host-associated"
-#> [20] "hydrogen gas producing"
-#> [21] "lactate producing"
-#> [22] "motility"
-#> [23] "plant pathogenity"
+#> [12] "animal pathogen"
+#> [13] "antimicrobial sensitivity"
+#> [14] "biofilm formation"
+#> [15] "butyrate-producing bacteria"
+#> [16] "extreme environment"
+#> [17] "health associated"
+#> [18] "host-associated"
+#> [19] "hydrogen gas producing"
+#> [20] "lactate producing"
+#> [21] "motility"
+#> [22] "plant pathogenity"
+#> [23] "sphingolipid producing"
#> [24] "spore formation"
#> [25] "coding genes"
#> [26] "genome size"
diff --git a/reference/makeSignatures.html b/reference/makeSignatures.html
index aabbd0ba..017b5583 100644
--- a/reference/makeSignatures.html
+++ b/reference/makeSignatures.html
@@ -134,11 +134,11 @@ Examples
bp <- importBugphyzz()
#> Importing multistate data...
-#> Using data downloaded on 2024-01-17 06:37:00.
+#> Using data downloaded on 2024-01-19 01:29:48.
#> Importing binary data...
-#> Using data downloaded on 2024-01-17 06:37:15.
+#> Using data downloaded on 2024-01-19 01:30:00.
#> Importing numeric data...
-#> Using data downloaded on 2024-01-17 06:37:19.
+#> Using data downloaded on 2024-01-19 01:30:02.
sigs <- lapply(bp, makeSignatures)
sigs <- purrr::list_flatten(sigs)