-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
26 lines (26 loc) · 1.46 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
Package: hipathia
Title: HiPathia: High-throughput Pathway Analysis
Version: 2.99.2
Authors@R: c(person("Marta R.", "Hidalgo", email = "[email protected]", role = c("aut", "cre")),
person("José", "Carbonell-Caballero", role = c("ctb")),
person("Francisco", "Salavert", role = c("ctb")),
person("Alicia", "Amadoz", role = c("ctb")),
person("Çankut", "Cubuk", role = c("ctb")),
person("Joaquin", "Dopazo", role = c("ctb")))
Description: Hipathia is a method for the computation of signal transduction along
signaling pathways from transcriptomic data. The method is based on an
iterative algorithm which
is able to compute the signal intensity passing through the nodes of a
network by taking into account the level of expression of each gene and
the intensity of the signal arriving to it. It also provides a new approach
to functional analysis allowing to compute the signal arriving to the
functions annotated to each pathway.
Depends: R (>= 4.1), igraph (>= 1.0.1), AnnotationHub(>= 2.6.5), MultiAssayExperiment(>= 1.4.9), SummarizedExperiment(>= 1.8.1)
License: GPL-2
Encoding: UTF-8
Imports:
coin, stats, limma, grDevices, utils, graphics, preprocessCore, servr, DelayedArray, matrixStats, methods, S4Vectors, ggplot2, ggpubr, dplyr, tibble, visNetwork, reshape2, MetBrewer
RoxygenNote: 7.2.2
Suggests: BiocStyle, knitr, rmarkdown, testthat
VignetteBuilder: knitr
biocViews: Pathways, GraphAndNetwork, GeneExpression, GeneSignaling, GO