- Home
- Bioconductor 3.23
- Software Packages
- AnVILWorkflow (development version)
AnVILWorkflow
This is the development version of AnVILWorkflow; for the stable release version, see AnVILWorkflow.
Run workflows implemented in Terra/AnVIL workspace
Bioconductor version: Development (3.23)
The AnVIL is a cloud computing resource developed in part by the National Human Genome Research Institute. The main cloud-based genomics platform deported by the AnVIL project is Terra. The AnVILWorkflow package allows remote access to Terra implemented workflows, enabling end-user to utilize Terra/ AnVIL provided resources - such as data, workflows, and flexible/scalble computing resources - through the conventional R functions.
Author: Sehyun Oh [aut, cre] ORCID iD ORCID: 0000-0002-9490-3061 , Marcel Ramos [ctb] ORCID iD ORCID: 0000-0002-3242-0582 , Kai Gravel-Pucillo [aut]
Maintainer: Sehyun Oh <shbrief at gmail.com>
citation("AnVILWorkflow")):
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("AnVILWorkflow")
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("AnVILWorkflow")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.