qianwg / GEOquery

The bridge between the NCBI Gene Expression Omnibus and Bioconductor

Home Page:http://seandavi.github.io/GEOquery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status

R-CMD-check

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:

About

The bridge between the NCBI Gene Expression Omnibus and Bioconductor

http://seandavi.github.io/GEOquery


Languages

Language:R 100.0%