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")
.
Diese Übung ist Teil des Kurses
Introduction to Bioconductor in R
Anleitung zur Übung
- Load the
BiocManager
package. - Use a function to check the version of Bioconductor.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Load the BiocManager package
library(___)
# Explicitly check the Bioconductor version
___