Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Practical 3 Processing 16S rRNA amplicon data
authored
Dec 23, 2021
by
Taylor Priest
Show whitespace changes
Inline
Side-by-side
Practical-3-Processing-16S-rRNA-amplicon-data.md
View page @
eb4926ba
...
@@ -14,7 +14,6 @@ In order for us to get started, we need to set our working directory to the loca
...
@@ -14,7 +14,6 @@ In order for us to get started, we need to set our working directory to the loca
Then start dada2 and some necessary dependencies for producing plots
Then start dada2 and some necessary dependencies for producing plots
> library(dada2)
> library(dada2)
> library(ggplot2)
> library(ggplot2)
...
...