-
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= "ccsosaa@javerianacali.edu.co"),
person("Diana Carolina", "Clavijo-Buriticá", role = "aut",
email = "diana.clavijo@javerianacali.edu.co"),
person("Mauricio Alberto", "Quimbaya",role = "aut",
email = "maquimbaya@javerianacali.edu.co"),
person("Maria Victoria", "Diaz",role = "ctb",
email = "m.v.diaz@cgiar.org"),
person("Camila", "Riccio Rengifo",role = "ctb",
email = "camila.riccio@javerianacali.edu.co"),
person("Nicolas", "López-Rozo",role = "ctb",
email = "nicolaslopez@javerianacali.edu.co"),
person("Victor Hugo", "García Merchán",role = c("aut","ctb"),
email = "victorhgarcia@uniquindio.edu.co"),
person("Arlen", "James Mosquera",role = "ctb",
email = "arlen22@javerianacali.edu.co"),
person("Andrés", "Álvarez",role = "ctb",
email = "andresalvarez01@javerianacali.edu.co"))
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