Changes
Page history
Updated Practical 3 Processing 16S rRNA amplicon data (markdown)
authored
Jan 14, 2021
by
Ben Francis
Show whitespace changes
Inline
Side-by-side
Practical-3-Processing-16S-rRNA-amplicon-data.md
View page @
c15c84a4
...
...
@@ -156,7 +156,7 @@ then do the plotting :)
scale_fill_manual(values=mycolours) +
labs(x="Sample", y="Proportion of Reads", fill=taxonomicLevel) +
theme_classic() +
theme(text = element_text(family = "Serif", size=1
2
)) +
theme(text = element_text(family = "Serif", size=1
6
)) +
theme(axis.text.x=element_text(angle=45, hjust=1))
}
...
...
...
...