Retrieves the current MSigDB gene set collection from the `msigdbr` package. Use this when you want the newest release; the bundled [MSigDB] cache is used by default and needs neither `msigdbr` nor network access.
Examples
if (FALSE) { # \dontrun{
MSigDBr <- get_msigdbr()
fs <- getFunctionalSpectra(eps, geneSets = MSigDBr)
} # }