-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 2 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
Package: wppi
Type: Package
Title: Weighting protein-protein interactions
Version: 1.6.0
Authors@R: c(
person(
given = "Ana",
family = "Galhoz",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7402-5292")),
person(
given = "Denes",
family = "Turei",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7249-9379")),
person(
given = "Michael",
family = "P. Menden",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0267-5792")),
#
# Copyright holders
person("Albert", "Krewinkel", role = c("ctb", "cph"),
comment = "pagebreak Lua filter")
)
Description: Protein-protein interaction data is essential for omics data
analysis and modeling. Database knowledge is general, not specific for
cell type, physiological condition or any other context determining which
connections are functional and contribute to the signaling. Functional
annotations such as Gene Ontology and Human Phenotype Ontology might help
to evaluate the relevance of interactions. This package predicts
functional relevance of protein-protein interactions based on functional
annotations such as Human Protein Ontology and Gene Ontology, and
prioritizes genes based on network topology, functional scores and a path
search algorithm.
License: MIT + file LICENSE
URL: https://github.com/AnaGalhoz37/wppi
BugReports: https://github.com/AnaGalhoz37/wppi/issues
biocViews: GraphAndNetwork, Network, Pathways, Software, GeneSignaling,
GeneTarget, SystemsBiology, Transcriptomics, Annotation
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R(>= 4.1)
Imports: dplyr, igraph, logger, methods, magrittr, Matrix,
OmnipathR(>= 2.99.8), progress, purrr, rlang, RCurl, stats, tibble, tidyr
Suggests: knitr, testthat, rmarkdown
RoxygenNote: 7.1.1
NeedsCompilation: no