Plotting cycle average quality
Here you are! To challenge yourself, are you ready to test what you have learned by making three quick plots? You will see that now it all pays off!
It is your turn to use the new package Rqc
and check multiple files at once.
This exercise is part of the course
Introduction to Bioconductor in R
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Load package Rqc
library(Rqc)
# Average per cycle quality plot
___