Changes
Page history
Update Practical 3 Processing 16S rRNA amplicon data
authored
Jan 19, 2022
by
Coto
Show whitespace changes
Inline
Side-by-side
Practical-3-Processing-16S-rRNA-amplicon-data.md
View page @
0de4a896
...
...
@@ -304,11 +304,11 @@ return(merged)
Let's repeat the family level barplot with this filtered dataset
```
> marmic_filtered_family_barplot <- plot_bar(phyloseq_genus_abundant, fill="Family") + facet_grid(~Sample_group, scales="free_x") + guides(fill=guide_legend(ncol=1)) + labs(y="Relative abundance", x="Sample") + theme_bw() + theme(axis.title.x = element_text(size=12,face="bold",colour="black"), axis.title.y = element_text(size=12,face="bold",colour="black"), axis.text.x = element_text(size=10, colour="black", angle=45, hjust=1), legend.title = element_text(size=12,face="bold",colour="black"), strip.background.x = element_rect(fill="white"), strip.text.x = element_text(size=11,face="bold",colour="black"))
```
```
plaintext
> marmic_filtered_family_barplot <- plot_bar(phyloseq_genus_abundant, fill="Family") + facet_grid(~Sample_group, scales="free_x") + guides(fill=guide_legend(ncol=1)) + labs(y="Relative abundance", x="Sample") + theme_bw() + theme(axis.title.x = element_text(size=12,face="bold",colour="black"), axis.title.y = element_text(size=12,face="bold",colour="black"), axis.text.x = element_text(size=10, colour="black", angle=45, hjust=1), legend.title = element_text(size=12,face="bold",colour="black"), strip.background.x = element_rect(fill="white"), strip.text.x = element_text(size=11,face="bold",colour="black"))
```
```
```
plaintext
> marmic_filtered_family_barplot
```
...
...
...
...