if (FALSE) {
# Retrieve the latest release version for human
human_release <- get_latest_release(species = "human", verbose = FALSE)
cat("Latest human GENCODE release: release_47")
# Get the latest release for mouse
mouse_release <- get_latest_release("mouse", verbose = TRUE)
}
Run the code above in your browser using DataLab