GEOquery
This is the development version of GEOquery; for the stable release version, see GEOquery.
Get data from NCBI Gene Expression Omnibus (GEO)
Bioconductor version: Development (3.24)
The NCBI Gene Expression Omnibus (GEO) is a public repository of high-throughput functional genomics data, including microarray, RNA-seq, and single-cell experiments. GEOquery is the bridge between GEO and Bioconductor: it downloads and parses GEO Series (GSE), Sample (GSM), Platform (GPL), and DataSet (GDS) records. By default it parses GEO Series Matrix files into Bioconductor 'ExpressionSet' objects; it can also parse the full SOFT format into GEOquery's own S4 classes, retrieve NCBI-computed RNA-seq quantifications, download supplementary files, and search GEO.
Maintainer: Sean Davis <seandavi at gmail.com>
citation("GEOquery")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("GEOquery")
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("GEOquery")
| GEOquery.html | HTML |
| Reference Manual | |
| NEWS | Text |
| LICENSE | Text |
Details
| biocViews | DataImport, GeneExpression, Microarray, OneChannel, RNASeq, SAGE, Sequencing, SingleCell, Software, ThirdPartyClient, Transcriptomics, TwoChannel |
| Version | 2.81.21 |
| In Bioconductor since | BioC 1.8 (R-2.3) (20 years) |
| License | MIT + file LICENSE |
| Depends | R (>= 4.1.0), methods, Biobase |
| Imports | readr (>= 1.3.1), xml2, dplyr, data.table, tidyr, magrittr, limma, curl, rentrez, R.utils, stringr, SummarizedExperiment, S4Vectors, rvest, httr2, rlang, BiocFileCache |
| System Requirements | |
| URL | https://github.com/seandavi/GEOquery http://seandavi.github.io/GEOquery http://seandavi.github.io/GEOquery/ |
| Bug Reports | https://github.com/seandavi/GEOquery/issues/new |
See More
Package Archives
Follow Installation instructions to use this package in your R session.
| Source Package | GEOquery_2.81.21.tar.gz |
| Windows Binary (x86_64) | GEOquery_2.81.0.zip |
| macOS Binary (big-sur-x86_64) | GEOquery_2.81.0.tgz |
| macOS Binary (sonoma-arm64) | GEOquery_2.81.21.tgz |
| Source Repository | git clone https://git.bioconductor.org/packages/GEOquery |
| Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/GEOquery |
| Bioc Package Browser | https://code.bioconductor.org/browse/GEOquery/ |
| Package Short Url | https://bioconductor.org/packages/GEOquery/ |
| Package Downloads Report | Download Stats |