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')
See the full vignette in rmarkdown or visit Bioconductor for details:
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.