Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

BiocManagerBiocManager CRAN landing page

Overview

TheBiocManager package allows users to install and manage packages from theBioconductor project, including CRAN packages that depend or import Bioconductor packages. Bioconductor focuses on the statistical analysis and comprehension of high-throughput genomic data.

CurrentBioconductor 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 theBiocManager package helps users accurately install packages from the appropriate release.

  • available() shows all packages associated with a search pattern
  • install() installs and/or updates packages either CRAN or Bioconductor
  • repositories() shows all package repository URL endpoints
  • valid() checks and returns packages that are out-of-date or too new
  • version() returns the current Bioconductor version number

Installation

if(!requireNamespace("BiocManager", quietly=TRUE))install.packages("BiocManager", repos="https://cran.R-project.org")

Usage

Checking Bioconductor version currently in use

BiocManager::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 help

To report apparent bugs, create a minimal and reproducible example onGitHub.

Links

License

Citation

Developers

  • Martin Morgan
    Author
  • Marcel Ramos
    Author, maintainer

Dev status

  • CRAN status
  • CRAN release
  • CRAN downloads

[8]ページ先頭

©2009-2025 Movatter.jp