Skip to content

Commit

Permalink
Update plots
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Dec 12, 2024
1 parent 52c529e commit 6a0ccc2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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.13
Version: 0.99.14
Authors@R:
person("Samuel David", "Gamboa-Tuz", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6863-7943"))
Expand Down
Binary file modified vignettes/articles/Figure5.pdf
Binary file not shown.
19 changes: 9 additions & 10 deletions vignettes/articles/Stammler_2016_16S_spikein.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -312,21 +312,21 @@ plts_1 <- ggarrange(
```


```{r, fig.width=11, fig.height=5.5}
plts_1
```{r, fig.width=6, fig.height=5}
p_a
```


```{r, echo=FALSE, eval=FALSE,}
ggsave(
filename = "Figure5.pdf", plot = plts_1,
width = 11, height = 5.5, dpi = 150
filename = "Figure5.pdf", plot = p_a,
width = 6, height = 5, dpi = 300
)
```



```{r, fig.width=11, fig.height=8}
```{r, fig.width=10, fig.height=5}
hexFun <- function(myDat, xvar, yvar) {
xvar <- enquo(xvar)
yvar <- enquo(yvar)
Expand Down Expand Up @@ -373,21 +373,20 @@ p4 <- hexFun(dat, gmn_mean, gmn_ranking) +
# mapping = aes(label = feature_label)
# )
plts <- ggarrange(
plotlist = list(p1, p2, p3, p4),
labels = c("A", "B", "C", "D"),
ncol = 2, nrow = 2
plotlist = list(p3, p4),
labels = c("A", "B"),
nrow = 1
)
plts
```

```{r, echo=FALSE, eval=FALSE}
ggsave(
filename = "Supplementary_Figure_S1.pdf", plot = plts,
width = 11, height = 8, dpi = 150
width = 10, height = 4, dpi = 300
)
```


# Conclusion

TSS normalizaion has lower CV values than GMN.
Expand Down
Binary file modified vignettes/articles/Supplementary_Figure_S1.pdf
Binary file not shown.

0 comments on commit 6a0ccc2

Please sign in to comment.