The BiocManager
package allows users to install and manage packages from the Bioconductor project, including CRAN packages that depend or import Bioconductor packages. Bioconductor focuses on the statistical analysis and comprehension of high-throughput genomic data.
Current Bioconductor packages are available on a ‘release’ version intended for every-day use, and a ‘devel’ version where new features are continually introduced. A new release version is created every six months. Using the BiocManager
package helps users accurately install packages from the appropriate release.
available()
shows all packages associated with a search patterninstall()
installs and/or updates packages either CRAN or Bioconductorrepositories()
shows all package repository URL endpointsvalid()
checks and returns packages that are out-of-date or too newversion()
returns the current Bioconductor version numberBiocManager::version()
#> [1] '3.21'
Installing Bioconductor packages
BiocManager::install(c("GenomicRanges", "SummarizedExperiment"))
Verifying a valid Bioconductor installation
BiocManager::valid()
#> [1] TRUE
More information
Please see the ‘Get started’ document (package vignette) for more detailed information such as changing Bioconductor version, offline use, and other advanced usage.
Getting helpTo report apparent bugs, create a minimal and reproducible example on GitHub.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4