-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.5 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
Package: BioCor
Title: Functional similarities
Version: 1.27.2
Authors@R: c(
person("Lluís", "Revilla Sancho", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9747-2570")),
person("Pau", "Sancho-Bru", role = "ths",
comment = c(ORCID = "0000-0001-5569-9259")),
person("Juan José Salvatella", "Lozano", role = "ths",
comment = c(ORCID = "0000-0001-7613-3908"))
)
Description: Calculates functional similarities based on the pathways
described on KEGG and REACTOME or in gene sets. These similarities can
be calculated for pathways or gene sets, genes, or clusters and
combined with other similarities. They can be used to improve
networks, gene selection, testing relationships...
License: MIT + file LICENSE
URL: https://bioconductor.org/packages/BioCor,
https://llrs.github.io/BioCor/
BugReports: https://github.com/llrs/BioCor/issues
Depends:
R (>= 3.4.0)
Imports:
BiocParallel,
GSEABase,
Matrix,
methods
Suggests:
airway,
BiocStyle,
boot,
DESeq2,
ggplot2 (>= 3.4.1),
GOSemSim,
Hmisc,
knitr (>= 1.35),
org.Hs.eg.db,
reactome.db,
rmarkdown,
spelling,
targetscan.Hs.eg.db,
testthat (>= 3.0.0),
WGCNA
VignetteBuilder:
knitr
biocViews: StatisticalMethod, Clustering, GeneExpression, Network,
Pathways, NetworkEnrichment, SystemsBiology
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1