Skip to content
GitLab
Explore
Sign in
Changes
Page history
Updated Practical 3 Processing 16S rRNA amplicon data (markdown)
authored
Jan 26, 2021
by
Ben Francis
Show whitespace changes
Inline
Side-by-side
Practical-3-Processing-16S-rRNA-amplicon-data.md
View page @
9a569881
...
...
@@ -119,6 +119,9 @@ Then get R with conda:
$ conda install -c r r
$ conda install -c r r-essentials
# then start R
$ R
load the data:
> seqtab.nochim <- readRDS("seqtab_final.rds")
...
...