-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.88 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
Package: GOCompare
Title: Comprehensive GO Terms Comparison Between Species
Version: 1.0.2.1
Authors@R: c(person("Chrystian Camilo", "Sosa",role = c("aut","cre","cph"),
comment = c(ORCID = "0000-0002-3734-3248"),
email= "[email protected]"),
person("Diana Carolina", "Clavijo-Buriticá", role = "aut",
email = "[email protected]"),
person("Mauricio Alberto", "Quimbaya",role = "aut",
email = "[email protected]"),
person("Maria Victoria", "Diaz",role = "ctb",
email = "[email protected]"),
person("Camila", "Riccio Rengifo",role = "ctb",
email = "[email protected]"),
person("Nicolas", "López-Rozo",role = "ctb",
email = "[email protected]"),
person("Victor Hugo", "García Merchán",role = c("aut","ctb"),
email = "[email protected]"),
person("Arlen", "James Mosquera",role = "ctb",
email = "[email protected]"),
person("Andrés", "Álvarez",role = "ctb",
email = "[email protected]"))
Description: Supports the assessment of functional enrichment analyses obtained for several lists of genes and provides a workflow to analyze them between two species via weighted graphs. Methods are described in Sosa et al. (2023) <doi:10.1016/j.ygeno.2022.110528>.
URL: https://github.com/ccsosa/GOCompare
BugReports: https://github.com/ccsosa/GOCompare/issues
Depends:
R (>= 4.0.0)
Imports:
base (>= 3.5),
utils (>= 3.5),
methods (>= 3.5),
stats,
grDevices,
ape,
vegan,
ggplot2,
ggrepel,
igraph,
parallel,
stringr,
mathjaxr,
RdMacros:
mathjaxr
License: GPL (>= 3)
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3