Skip to contents

Status

Installation

To install from Bioconductor, use the following code:

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

To install directly from github:

library(devtools)
install_github('GEOquery','seandavi')

Usage

See the full vignette in rmarkdown or visit Bioconductor for details:

How to contribute

Contributions to GEOquery development can be submitted as a pull request or a feature request issue. We recommend following the Bioconductor coding standards where possible.