Skip to content

bioc/AnVIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This archive contains an interface to AnVIL web services. The AnVIL package has been available since Bioconductor version 3.11. To install the released version, follow instructions in the package vignette

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("AnVIL")

To install the development (github master) version in a recent R, use

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
if (!requireNamespace("remotes", quietly = TRUE))
    install.packages("remotes")
BiocManager::install("Bioconductor/AnVIL")

View the vignette (on Bioconductor, github, or in your R session browseVignettes(package = "AnVIL")) for usage and help pages for accurate documentation. Visit the Bioconductor package landing page for more information.

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages