-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
36 lines (36 loc) · 1.66 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
Package: AnnotationForge
Title: Tools for building SQLite-based annotation data packages
Description: Provides code for generating Annotation packages and
their databases. Packages produced are intended to be
used with AnnotationDbi.
biocViews: Annotation, Infrastructure
URL: https://bioconductor.org/packages/AnnotationForge
BugReports: https://github.com/Bioconductor/AnnotationForge/issues
Version: 1.49.0
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(
person("Marc", "Carlson", role = "aut"),
person("Hervé", "Pagès", role = "aut"),
person("Madelyn", "Carlson", role = "ctb",
comment = "'Creating probe packages' vignette translation from Sweave to Rmarkdown / HTML"),
person("Bioconductor Package Maintainer", role = "cre",
email = "[email protected]")
)
Depends: R (>= 3.5.0), methods, utils, BiocGenerics (>= 0.15.10),
Biobase (>= 1.17.0), AnnotationDbi (>= 1.33.14)
Imports: DBI, RSQLite, XML, S4Vectors, RCurl
Suggests: biomaRt, httr, GenomeInfoDb (>= 1.17.1), Biostrings, affy,
hgu95av2.db, human.db0, org.Hs.eg.db,
Homo.sapiens, GO.db, rmarkdown,
BiocStyle, knitr, BiocManager, BiocFileCache, RUnit
VignetteBuilder: knitr
BuildKeepEmpty: TRUE
Collate: makeAnnDbPkg.R sqlForge_utils.R sqlForge_baseMapBuilder.R
sqlForge_schemaGen.R sqlForge_tableBuilder.R
sqlForge_makeAnnPkgs.R sqlForge_wrapBaseDBPkgs.R
sqlForge_seqnames.R makeProbePackage.R
makeOrgPackage.R makeChipPackageFromDataFrames.R
makeOrgPackageFromNCBI.R NCBI_getters.R makeInparanoidDbs.R
test_AnnotationForge_package.R
Date: 2024-10-28