https://github.com/bioconductor/anvil
Interact with AnVIL and Leonardo projects
https://github.com/bioconductor/anvil
Last synced: about 1 year ago
JSON representation
Interact with AnVIL and Leonardo projects
- Host: GitHub
- URL: https://github.com/bioconductor/anvil
- Owner: Bioconductor
- Created: 2018-12-12T17:42:15.000Z (over 7 years ago)
- Default Branch: devel
- Last Pushed: 2024-10-16T18:41:24.000Z (over 1 year ago)
- Last Synced: 2024-10-18T17:28:13.617Z (over 1 year ago)
- Language: R
- Homepage: https://bioconductor.org/packages/AnVIL
- Size: 1.43 MB
- Stars: 8
- Watchers: 13
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
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][bioc-vignette],
[github][github-vignette], 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.
[landing page]: https://bioconductor.org/packages/AnVIL
[bioc-vignette]: https://bioconductor.org/packages/devel/bioc/vignettes/AnVIL/inst/doc/Introduction.html
[github-vignette]: https://github.com/Bioconductor/AnVIL/blob/master/vignettes/Introduction.Rmd