forked from franciscolobo/KOMODO2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 1.89 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: CALANGO
Type: Package
Title: Comparative Analysis with Annotation-Based Genomic Components
Version: 1.0.20
Date: 2024-09-03
Language: en-US
Authors@R: c(person("Francisco", "Lobo",
email = "[email protected]",
role = c("aut")),
person("Felipe", "Campelo",
email = "[email protected]",
role = c("aut", "cre")),
person("Jorge Augusto", "Hongo",
email = "[email protected]",
role = "aut"),
person("Giovanni", "Marques de Castro",
email = "[email protected]",
role = "aut"),
person("Gabriel", "Almeida",
email = "[email protected]",
role = c("sad", "dnc")))
Maintainer: Felipe Campelo <[email protected]>
Description: A first-principle, phylogeny-aware comparative genomics tool for
investigating associations between terms used to annotate genomic
components (e.g., Pfam IDs, Gene Ontology terms,) with quantitative
or rank variables such as number of cell types, genome size, or
density of specific genomic elements. See the project website for
more information, documentation and examples, and
<doi:10.1016/j.patter.2023.100728> for the full paper.
License: GPL-2
Depends: R (>= 3.6.0)
Imports: assertthat (>= 0.2.1),
pbmcapply (>= 1.5.0),
ape (>= 5.3.0),
rmarkdown (>= 2.1.0),
nlme (>= 3.1.0),
BiocManager (>= 1.30.10),
dendextend (>= 1.15.2),
heatmaply (>= 1.1.0),
ggplot2 (>= 2.3.2),
plotly (>= 4.9.2),
DT (>= 0.13),
htmltools (>= 0.5.0),
htmlwidgets (>= 1.5.1),
pkgdown (>= 1.5.1),
knitr (>= 1.28)
Suggests: AnnotationDbi,
KEGGREST,
GO.db
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://labpackages.github.io/CALANGO/
BugReports: https://github.com/fcampelo/CALANGO/issues/
VignetteBuilder: knitr