Skip to content

Commit

Permalink
update the figure of V35 by combining both panels a and b into a sing…
Browse files Browse the repository at this point in the history
…le figure
  • Loading branch information
sdgamboa committed May 29, 2024
1 parent 83a056a commit e42e719
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MicrobiomeBenchmarkDataAnalyses
Title: Benchmarking analyses with the MicrobiomeBenchmarkData package
Version: 0.99.5
Version: 0.99.6
Authors@R:
person("Samuel David", "Gamboa-Tuz", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6863-7943"))
Expand Down
15 changes: 13 additions & 2 deletions vignettes/articles/HMP_2012_16S_gingival_V35.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,13 @@ enrich_plot <- plot_enrichment(
p <- plot_enrichment_2(
enrich_plot,
dir = c(up = 'Sup Plq', down = 'Sub Plq')
)
) +
theme(
axis.title = element_text(size = 17),
axis.text = element_text(size = 15),
legend.text = element_text(size = 13),
strip.text = element_text(size = 17)
)
p
```

Expand Down Expand Up @@ -268,7 +274,12 @@ positive_plots <- plot_positives(positives) |>
strip.text = element_text(size = 17)
)
})
grid.arrange(grobs = positive_plots, ncol = 3)
k <- grid.arrange(grobs = positive_plots, ncol = 3)
```


```{r, fig.width=15, fig.height=15, warning=FALSE}
ggarrange(p, k, ncol = 1, labels = c("a)", "b)"), heights = c(8, 10))
```

# Session Info
Expand Down

0 comments on commit e42e719

Please sign in to comment.