Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nanxstats/grex

Gene ID Mapping for Genotype-Tissue Expression (GTEx) Data
https://github.com/nanxstats/grex

bioinformatics gene-expression genotype-tissue-expression gtex

Last synced: about 2 months ago
JSON representation

Gene ID Mapping for Genotype-Tissue Expression (GTEx) Data

Awesome Lists containing this project

README

        

# grex

[![R-CMD-check](https://github.com/nanxstats/grex/workflows/R-CMD-check/badge.svg)](https://github.com/nanxstats/grex/actions)
[![CRAN Version](https://www.r-pkg.org/badges/version/grex)](https://cran.r-project.org/package=grex)
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/grex)](https://cranlogs.r-pkg.org/badges/grex)

`grex` offers a minimal dependency solution for mapping Ensembl gene IDs to Entrez IDs, HGNC gene symbols, and UniProt IDs, for Genotype-Tissue Expression (GTEx) data.

## Installation

Install `grex` from CRAN:

```r
install.packages("grex")
```

Or try the development version on GitHub:

```r
remotes::install_github("nanxstats/grex")
```

See `vignette("grex")` for a quick-start guide.

## Contribute

To contribute to this project, please take a look at the [Contributing Guidelines](CONTRIBUTING.md) first. Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.