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 @
4bf2d8c1
...
...
@@ -114,9 +114,10 @@ Start by getting the full processed dada data:
$ cp /bioinf/home/tfrancis/marmic2021/demultiplexed/seqtab_final.rds .
$ cp /bioinf/home/tfrancis/marmic2021/demultiplexed/taxa_final.rds .
Then
R
Then
get R with conda:
$ R
$ conda install -c r r
$ conda install -c r r-essentials
load the data:
...
...
...
...