Updated Practical 3 Processing 16S rRNA amplicon data (markdown) authored by Ben Francis's avatar Ben Francis
......@@ -36,7 +36,7 @@ Now we have our file names, we can look at the quality values of the reads. Like
> plotQualityProfile(fnFs[1:2])
> dev.off()
To view the plot, open a new terminal *but don't close R, since we still need it to finish the analysis* and run:
To view the plot, open a new terminal **but don't close R, since we still need it to finish the analysis** and run:
# Don't forget to add the path to this file!
$ atril QualityPlot.pdf
......
......