- Home
- Bioconductor 3.23
- Software Packages
- AnVILBase (development version)
AnVILBase
This is the development version of AnVILBase; for the stable release version, see AnVILBase.
Generic functions for interacting with the AnVIL ecosystem
Bioconductor version: Development (3.23)
Provides generic functions for interacting with the AnVIL ecosystem. Packages that use either GCP or Azure in AnVIL are built on top of AnVILBase. Extension packages will provide methods for interacting with other cloud providers.
Author: Marcel Ramos [aut, cre] ORCID iD ORCID: 0000-0002-3242-0582 , Martin Morgan [aut, ctb] ORCID iD ORCID: 0000-0002-5874-8148 , NIH NHGRI U24HG004059 [fnd]
Maintainer: Marcel Ramos <marcel.ramos at sph.cuny.edu>
citation("AnVILBase")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("AnVILBase")
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("AnVILBase")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.