- Home
- Bioconductor 3.14
- Software Packages
- GCSFilesystem
GCSFilesystem
This package is for version 3.14 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see GCSFilesystem.
Mounting a Google Cloud bucket to a local directory
Bioconductor version: 3.14
Mounting a Google Cloud bucket to a local directory. The files in the bucket can be viewed and read as if they are locally stored. For using the package, you need to install GCSDokan on Windows or gcsfuse on Linux and MacOs.
Author: Jiefei Wang [aut, cre]
Maintainer: Jiefei Wang <szwjf08 at gmail.com>
citation("GCSFilesystem")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GCSFilesystem")
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("GCSFilesystem")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.