forked from egeulgen/pathfindR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 2.33 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
Package: pathfindR
Type: Package
Title: Enrichment Analysis Utilizing Active Subnetworks
Version: 1.6.0.9000
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,
grDevices,
igraph,
R.utils,
magick,
msigdbr,
KEGGREST,
KEGGgraph,
knitr
Depends: R (>= 4.0),
pathfindR.data
Suggests:
testthat (>= 2.3.2),
covr
RoxygenNote: 7.1.1
VignetteBuilder: knitr