Bioconductor version
In the video, you learned about the Bioconductor project. One advantage of this fantastic resource is its continuous improvements, reflected in scheduled releases. Hence, checking the current version is important for the reproducibility of your analysis.
BiocManager
has already been installed using install.packages("BiocManager")
.
Este ejercicio forma parte del curso
Introduction to Bioconductor in R
Instrucciones del ejercicio
- Load the
BiocManager
package. - Use a function to check the version of Bioconductor.
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Load the BiocManager package
library(___)
# Explicitly check the Bioconductor version
___