-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
executable file
·27 lines (27 loc) · 1.16 KB
/
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
27
Package: HGNChelper
Maintainer: Levi Waldron <[email protected]>
Depends: R (>= 4.1.0), methods, utils
Authors@R: c(person("Sehyun", "Oh", email = "[email protected]", role = c("aut")),
person("Ayush", "Aggarwal", email = "[email protected]", role = c("aut")),
person("Markus", "Riester", email = "[email protected]", role = c("aut")),
person("Levi", "Waldron", email = "[email protected]", role = c("aut", "cre")))
Version: 0.8.15
Date: 2024-11-16
License: GPL (>=2.0)
Title: Identify and Correct Invalid HGNC Human Gene Symbols and MGI Mouse Gene Symbols
Description: Contains functions for
identifying and correcting HGNC human gene symbols and MGI mouse gene symbols
which have been converted to date format by Excel, withdrawn, or aliased.
Also contains functions for reversibly converting between HGNC
symbols and valid R names.
URL: https://github.com/waldronlab/HGNChelper, https://waldronlab.io/HGNChelper/
BugReports: https://github.com/waldronlab/HGNChelper/issues
LazyData: TRUE
RoxygenNote: 7.3.2
Encoding: UTF-8
Imports: splitstackshape
Suggests: testthat,
knitr,
rmarkdown,
markdown
VignetteBuilder: knitr