Skip to content

The bridge between the NCBI Gene Expression Omnibus and Bioconductor

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

seandavi/GEOquery

Repository files navigation

Status

R-CMD-check Downloads Years in Bioc R-CMD-check

Installation

To install from Bioconductor, use the following code:

# if needed, install BiocManager
install.packages("BiocManager")

# install GEOquery
BiocManager::install("GEOquery")

To install directly from github:

BiocManager::install('seandavi/GEOquery')

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.