Skip to content

Commit

Permalink
updating full amplicon page
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrobioMike committed Sep 9, 2019
1 parent 5c28495 commit 1f2dc93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions amplicon/dada2_workflow_ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ If you are in the Binder environment, be sure to click the "Console" tab on the
**From here on out, unless noted, we are working in R.**

```R
# BiocManager::install('dada2')

library(dada2)
packageVersion("dada2") # 1.11.5 when this was put together

Expand Down Expand Up @@ -598,9 +600,9 @@ We'll be using several more packages in R, so here's how you could install them
setwd("~/amplicon_example_workflow/")
list.files()

# install.packages("phyloseq")
# BiocManager::install('phyloseq')
# BiocManager::install('DESeq2')
# install.packages("vegan")
# install.packages("DESeq2")
# install.packages("ggplot2")
# install.packages("dendextend")
# install.packages("tidyr")
Expand Down

0 comments on commit 1f2dc93

Please sign in to comment.