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.
Este ejercicio forma parte del curso
Introduction to Bioconductor in R
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Load package Rqc
library(Rqc)
# Average per cycle quality plot
___