Skip to content

Commit

Permalink
Fix vignette (#99)
Browse files Browse the repository at this point in the history
* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* bump x.y.z version to even y prior to creation of RELEASE_3_17 branch

* bump x.y.z version to odd y following creation of RELEASE_3_17 branch

* up

* up

* up

* up

* up

---------

Co-authored-by: J Wokaty <[email protected]>
Co-authored-by: J Wokaty <[email protected]>
  • Loading branch information
3 people authored Oct 5, 2023
1 parent 2403c81 commit 740acd7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vignettes/miaViz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@ plotColGraph(altExp(GlobalPatterns,"Genus"),

# Plotting of serial data

```{r, eval=FALSE}
if(!requireNamespace("devtools", quietly = TRUE)){
BiocManager::install("devtools")
}
if(!requireNamespace("miaTime", quietly = TRUE)){
devtools::install_github("microbiome/miaTime", upgrade = "never")
}
```

```{r, eval=FALSE}
# Load data from miaTime package
library("miaTime")
Expand Down Expand Up @@ -329,15 +338,6 @@ plotDMNFit(dmn_se, type = "laplace")

# Serial data ordination and trajectories

```{r, eval=FALSE}
if(!requireNamespace("devtools", quietly = TRUE)){
BiocManager::install("devtools")
}
if(!requireNamespace("miaTime", quietly = TRUE)){
devtools::install_github("microbiome/miaTime", upgrade = "never")
}
```

Principal Coordinates Analysis using Bray-Curtis dissimilarity on the
`hitchip1006` dataset:

Expand Down

0 comments on commit 740acd7

Please sign in to comment.