Bioc2026 Registration Open!

AnVILAz

R / Bioconductor Support for the AnVIL Azure Platform

Bioconductor version: 3.23 · Package version: 1.6.0

The AnVIL is a cloud computing resource developed in part by the National Human Genome Research Institute. The AnVILAz package supports end-users and developers using the AnVIL platform in the Azure cloud. The package provides a programmatic interface to AnVIL resources, including workspaces, notebooks, tables, and workflows. The package also provides utilities for managing resources, including copying files to and from Azure Blob Storage, and creating shared access signatures (SAS) for secure access to Azure resources.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("AnVILAz")

Details

MaintainerMarcel Ramos <marcel.ramos@sph.cuny.edu>
AuthorMartin Morgan [aut, ctb] (ORCID: <https://orcid.org/0000-0002-5874-8148>), Marcel Ramos [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>)
LicenseArtistic-2.0
URLhttps://github.com/Bioconductor/AnVILAz
Bug Reportshttps://github.com/Bioconductor/AnVILAz/issues
System Requirementsaz, azcopy
Downloads rank163
Source branchRELEASE_3_23
biocViewsInfrastructure, Software, ThirdPartyClient

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: AnVILBase, BiocBaseUtils, curl, httr2, jsonlite, methods, rjsoncons, tibble, utils

Suggests: BiocStyle, dplyr, knitr, readr, rmarkdown, tinytest

Reverse dependencies

Suggests Me (2): AnVIL, AnVILBase