-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
26 lines (26 loc) · 893 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: grex
Type: Package
Title: Gene ID Mapping for Genotype-Tissue Expression (GTEx) Data
Version: 1.9
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
LazyData: TRUE
VignetteBuilder: knitr
URL: https://nanx.me/grex/, https://github.com/nanxstats/grex
BugReports: https://github.com/nanxstats/grex/issues
Depends:
R (>= 3.5.0)
Suggests:
knitr,
rmarkdown
Encoding: UTF-8
RoxygenNote: 7.1.2