-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
62 lines (62 loc) · 2.34 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
53
54
55
56
57
58
59
60
61
62
Package: pathfindR
Type: Package
Title: Enrichment Analysis Utilizing Active Subnetworks
Version: 2.4.1.9001
Authors@R: c(person("Ege", "Ulgen",
role = c("cre", "cph"),
email = "egeulgen@gmail.com",
comment = c(ORCID = "0000-0003-2090-3621")),
person("Ozan", "Ozisik",
role = "aut",
email = "ozanytu@gmail.com",
comment = c(ORCID = "0000-0001-5980-8002")))
Maintainer: Ege Ulgen <egeulgen@gmail.com>
Description: Enrichment analysis enables researchers to uncover mechanisms
underlying a phenotype. However, conventional methods for enrichment
analysis do not take into account protein-protein interaction information,
resulting in incomplete conclusions. pathfindR is a tool for enrichment
analysis utilizing active subnetworks. The main function identifies active
subnetworks in a protein-protein interaction network using a user-provided
list of genes and associated p values. It then performs enrichment analyses
on the identified subnetworks, identifying enriched terms (i.e. pathways or,
more broadly, gene sets) that possibly underlie the phenotype of interest.
pathfindR also offers functionalities to cluster the enriched terms and
identify representative terms in each cluster, to score the enriched terms
per sample and to visualize analysis results. The enrichment, clustering and
other methods implemented in pathfindR are described in detail in
Ulgen E, Ozisik O, Sezerman OU. 2019. pathfindR: An R Package for
Comprehensive Identification of Enriched Pathways in Omics Data Through
Active Subnetworks. Front. Genet. <doi:10.3389/fgene.2019.00858>.
License: MIT + file LICENSE
URL: https://egeulgen.github.io/pathfindR/, https://github.com/egeulgen/pathfindR
BugReports: https://github.com/egeulgen/pathfindR/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: Java (>= 8.0)
biocViews:
Imports:
DBI,
AnnotationDbi,
doParallel,
foreach,
rmarkdown,
org.Hs.eg.db,
ggplot2,
ggraph,
ggupset,
fpc,
ggkegg,
grDevices,
httr,
igraph,
R.utils,
msigdbr,
knitr
Depends: R (>= 4.0),
pathfindR.data (>= 2.0)
Suggests:
testthat (>= 2.3.2),
covr,
mockery
RoxygenNote: 7.3.1
VignetteBuilder: knitr