- Home
- Bioconductor 3.22
- Software Packages
- AnVILBilling
AnVILBilling
This is the released version of AnVILBilling; for the devel version, see AnVILBilling.
Provide functions to retrieve and report on usage expenses in NHGRI AnVIL (anvilproject.org).
Bioconductor version: Release (3.22)
AnVILBilling helps monitor AnVIL-related costs in R, using queries to a BigQuery table to which costs are exported daily. Functions are defined to help categorize tasks and associated expenditures, and to visualize and explore expense profiles over time. This package will be expanded to help users estimate costs for specific task sets.
Author: BJ Stubbs [aut], Vince Carey [aut, cre]
Maintainer: Vince Carey <stvjc at channing.harvard.edu>
citation("AnVILBilling")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("AnVILBilling")
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("AnVILBilling")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.