- Home
- Bioconductor 3.19
- Software Packages
- BiocPkgTools
BiocPkgTools
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see BiocPkgTools.
Collection of simple tools for learning about Bioconductor Packages
Bioconductor version: 3.19
Bioconductor has a rich ecosystem of metadata around packages, usage, and build status. This package is a simple collection of functions to access that metadata from R. The goal is to expose metadata for data mining and value-added functionality such as package searching, text mining, and analytics on packages.
Author: Shian Su [aut, ctb], Lori Shepherd [ctb], Marcel Ramos [aut, ctb] , Felix G.M. Ernst [ctb], Jennifer Wokaty [ctb], Charlotte Soneson [ctb], Martin Morgan [ctb], Vince Carey [ctb], Sean Davis [aut, cre]
Maintainer: Sean Davis <seandavi at gmail.com>
citation("BiocPkgTools")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BiocPkgTools")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("BiocPkgTools")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.