-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
39 lines (39 loc) · 1.76 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
28
29
30
31
32
33
34
35
36
37
38
39
Package: anor
Type: Package
Title: Integrated Framework to Annotate Genetic Variants
Version: 1.3
Authors@R: person("Jianfeng", "Li", email = "lee_jianfeng@sjtu.edu.cn", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2349-208X"))
Description:
The 'anor' package provides R functions as well as database resources which offer an integrated framework to annotate genetic variants from genome and transcriptome data. The wrapper functions of 'anor' unified the interface of many published annotation tools, such as 'VEP' (<http://asia.ensembl.org/info/docs/tools/vep/index.html>), 'ANNOVAR' (<http://annovar.openbioinformatics.org/>), 'vcfanno' (<https://github.com/brentp/vcfanno>) and 'AnnotationDbi' (<http://www.bioconductor.org/packages/release/bioc/html/AnnotationDbi.html>). It also simplified the use of some of the external annotation tools in R. Besides, massive published genetic variants annotation databases were integrated into 'anor'. For example, 'anor' provides a newly RNA-seq allele frequency database, BRVar, which built from total 1,285 cases public B-progenitor acute lymphoblastic leukemia (B-ALL) transcriptome data.
Depends:
R (>= 3.3.0)
URL: https://github.com/JhuangLab/anor
BugReports: https://github.com/JhuangLab/anor/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
stringr (>= 1.2.0),
configr (>= 0.2.2),
BioInstaller (>= 0.3.3.2),
ngstk (>= 0.2.1),
DBI (>= 0.6-1),
data.table (>= 1.10.0),
RSQLite (>= 2.0),
futile.logger (>= 1.4.3),
stringi (>= 1.1.5),
RMySQL (>= 0.10.11),
vcfR (>= 1.6.0),
glue,
methods,
devtools,
AnnotationDbi,
liteq
RoxygenNote: 7.1.0
Suggests: testthat,
knitr,
rmarkdown,
org.Hs.eg.db,
prettydoc,
DT
VignetteBuilder: knitr