Changes
Page history
Update Practical 3 Processing 16S rRNA amplicon data
authored
Jan 03, 2022
by
Taylor Priest
Show whitespace changes
Inline
Side-by-side
Practical-3-Processing-16S-rRNA-amplicon-data.md
View page @
4c9d94a7
...
...
@@ -181,7 +181,7 @@ Make some basic diversity plots and rarefaction curves
Now let's visualise the composition of our sample communities using basic barplots. For this, we first need to calculate relative abundance
physeq_herschel_rel <- transform_sample_counts(physeq_herschel, function(otu) otu/sum(o
u
t))
physeq_herschel_rel <- transform_sample_counts(physeq_herschel, function(otu) otu/sum(ot
u
))
physeq_herschel_rel
First let's plot phylum-level composition
...
...
...
...