gemma.R: A wrapper for Gemma’s Restful API to access curated gene expression data and differential expression analyses
This is an R wrapper for Gemma’s RESTful
API. Gemma is a web site, database
and a set of tools for the meta-analysis, re-use and sharing of genomics
data, currently primarily targeted at the analysis of gene expression
profiles. Gemma contains data from thousands of public studies,
referencing thousands of published papers.
Installation instructions
Bioconductor
You can install gemma.R through
Bioconductor with the following code:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("gemma.R")
gemma.R: A wrapper for Gemma’s Restful API to access curated gene expression data and differential expression analyses
This is an R wrapper for Gemma’s RESTful API. Gemma is a web site, database and a set of tools for the meta-analysis, re-use and sharing of genomics data, currently primarily targeted at the analysis of gene expression profiles. Gemma contains data from thousands of public studies, referencing thousands of published papers.
Installation instructions
Bioconductor
You can install
gemma.Rthrough Bioconductor with the following code:Usage
To get started with
gemma.R, read the vignette.Citation
To cite Gemma, please use: Lim, N. et al., Curation of over 10 000 transcriptomic studies to enable data reuse, Database, 2021.
Code of Conduct
Please note that
gemma.Ris released with the Bioconductor Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.