-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 855 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
27
28
29
30
31
32
33
34
35
Package: bioAnno
Type: Package
Title: Build Annotation From Online Database
Version: 0.99.45
Authors@R: person("Kai", "Guo", email = "[email protected]",
role = c("aut", "cre"))
Description: This package provide function for building annotation package
by using information from KEGG, NCBI, Ensembl and return OrgDb
object such as org.Hs.eg.db.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
Imports:
AnnotationForge,
AnnotationHub,
AnnotationDbi,
RSQLite,
KEGGREST,
biomaRt,
data.table,
dplyr,
jsonlite,
R.utils,
utils,
stats,
magrittr
Suggests:
GO.db,
knitr,
testthat,
rmarkdown
VignetteBuilder: knitr
biocViews: Software, Annotation, Clustering, GO, KEGG,Pathways, Reactome
RoxygenNote: 7.2.3