-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 2.13 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 2.13 KB
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
Package: categoryCompare2
Version: 0.200.5
Title: Meta-Analysis of High-Throughput Experiments Using Feature
Annotations
Authors@R: c(
person(
given = c("Robert", "M"),
family = "Flight",
role = c("aut", "cre"),
email = "rflight79@gmail.com",
comment = c(ORCID = "0000-0001-8141-7788")),
person(
given = c("Hunter", "NB"),
family = "Moseley",
role = c("aut"),
email = "hunter.moseley@gmail.com",
comment = c(ORCID = "0000-0003-3995-5368")
),
person(
given = c("Erik", "D"),
family = "Huckvale",
role = c("aut"),
comment = c(ORCID = "0000-0002-6994-8831")),
person(
given = c("Eugene", "W"),
family = "Hinderer",
role = c("aut"),
comment = c(ORCID = "0000-0001-8045-7083")
))
URL: https://github.com/MoseleyBioinformaticsLab/categoryCompare2,
https://moseleybioinformaticslab.github.io/categoryCompare2
BugReports:
https://github.com/MoseleyBioinformaticsLab/categoryCompare2/issues
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Suggests: knitr, markdown, estrogen, org.Hs.eg.db, hgu95av2.db, limma,
affy, genefilter, testthat (>= 3.0.0), visNetwork, Cairo,
DiagrammeR, KEGGREST, docopt (>= 0.7.0), RCy3, hgu95av2cdf,
rmarkdown, fgsea, data.table, withr
Imports: Biobase, methods, AnnotationDbi, colorspace, graph, igraph,
jsonlite, base64enc, dplyr, purrr, rlang, GO.db, stats
LazyLoad: yes
Description: Facilitates comparison of significant annotations
(categories) generated on one or more feature lists.
Interactive exploration is facilitated through the use of
RCytoscape (heavily suggested).
SystemRequirements: Cytoscape (>= 3.0) (if used for visualization of
results, heavily suggested)
biocViews: Annotation, GO, MultipleComparison, Pathways, GeneExpression
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3