Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@

^CODE_OF_CONDUCT\.md$
^CONTRIBUTING\.md$
^LICENSE\.md$
^data-raw$

^_pkgdown\.yml$
^pkgdown$
^docs$

^\.github$

^inst/logo/logo\.R$
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
Package: grex
Type: Package
Title: Gene ID Mapping for Genotype-Tissue Expression (GTEx) Data
Version: 1.9
Version: 1.9.1
Authors@R: c(
person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Gao", "Wang", email = "gaow@uchicago.edu", role = "aut"),
person("Lei", "Sun", email = "sunl@uchicago.edu", role = "aut")
)
Maintainer: Nan Xiao <me@nanx.me>
Description: Convert 'Ensembl' gene identifiers from Genotype-Tissue
Expression (GTEx) data to identifiers in other annotation systems,
including 'Entrez', 'HGNC', and 'UniProt'.
License: GPL-3 | file LICENSE
License: GPL (>= 3)
LazyData: TRUE
VignetteBuilder: knitr
URL: https://nanx.me/grex/, https://github.com/nanxstats/grex
Expand Down
Loading
Loading