NameModeSize
.github040000
R040000
inst040000
man040000
tests040000
vignettes040000
.Rbuildignore1006440 kb
.gitignore1006440 kb
.lintr1006440 kb
CODE_OF_CONDUCT.md1006445 kb
DESCRIPTION1006441 kb
Dockerfile1006440 kb
GEOquery.Rproj1006440 kb
LICENSE1006440 kb
LICENSE.md1006441 kb
NAMESPACE1006441 kb
NEWS.md1006441 kb
README.md1006442 kb
_pkgdown.yml1006440 kb
README.md
## Status <!-- badges: start --> [![R-CMD-check](https://github.com/seandavi/GEOquery/workflows/R-CMD-check/badge.svg)](https://github.com/seandavi/GEOquery/actions) [![Downloads](https://bioconductor.org/shields/downloads/release/GEOquery.svg)](https://bioconductor.org/packages/GEOquery) [![Years in Bioc](https://bioconductor.org/shields/years-in-bioc/GEOquery.svg)](https://bioconductor.org/packages/GEOquery) [![R-CMD-check](https://github.com/seandavi/GEOquery/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/seandavi/GEOquery/actions/workflows/R-CMD-check.yaml) <!-- badges: end --> ## 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](https://github.com/seandavi/GEOquery/blob/master/vignettes/GEOquery.Rmd) or visit Bioconductor for details: - [Release version](http://www.bioconductor.org/packages/release/bioc/html/GEOquery.html) - [Devel version](http://www.bioconductor.org/packages/devel/bioc/html/GEOquery.html) ## How to contribute Contributions to GEOquery development can be submitted as a [pull request](https://github.com/seandavi/GEOquery/pulls) or a [feature request issue](https://github.com/seandavi/GEOquery/issues). We recommend following the [Bioconductor coding standards](https://contributions.bioconductor.org/r-code.html) where possible.

close