-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 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
Package: sigora
Type: Package
Title: Signature Overrepresentation Analysis
Version: 3.1.1
Date: 2021-11-29
Authors@R: c(
person("Amir", "Foroushani",
email = c("sigora.dev@gmail.com"),
role = c("aut"),
comment = c(ORCID = "0000-0003-2748-3009")),
person("Fiona", "Brinkman",
email = c("sigora.dev@gmail.com"),
role = c("aut")),
person("David", "Lynn",
email = c("sigora.dev@gmail.com"),
role = c("aut")),
person("Witold", "Wolski",
email = c("wew@fgcz.ethz.ch"),
role = c("cre"),
comment = c(ORCID = "0000-0002-6468-120X"))
)
Depends: R (>= 3.0.0)
URL: https://github.com/wolski/sigora
BugReports: https://github.com/wolski/sigora/issues
Imports: stats, slam
Suggests: knitr
Description:
Pathway Analysis is statistically linking observations on
the molecular level to biological processes or pathways on
the systems(i.e., organism, organ, tissue, cell) level.
Traditionally, pathway analysis methods regard pathways
as collections of single genes and treat all genes in a pathway
as equally informative. However, this can lead to identifying
spurious pathways as statistically significant since components
are often shared amongst pathways. SIGORA seeks to avoid this
pitfall by focusing on genes or gene pairs that are (as a combination)
specific to a single pathway.
In relying on such pathway gene-pair signatures (Pathway-GPS),
SIGORA inherently uses the status of other genes in the
experimental context to identify the most relevant pathways.
The current version allows for pathway analysis of human
and mouse datasets. In addition, it contains pre-computed
Pathway-GPS data for pathways in the KEGG and Reactome
pathway repositories and mechanisms for extracting GPS
for user-supplied repositories.
License: GPL-3
NeedsCompilation: no
biocViews: GeneSetEnrichment, GO, Software, Pathways, KEGG
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Packaged: 2021-11-29 12:47:12 UTC; wolski
Author: Amir Foroushani [aut] (<https://orcid.org/0000-0003-2748-3009>),
Fiona Brinkman [aut],
David Lynn [aut],
Witold Wolski [cre] (<https://orcid.org/0000-0002-6468-120X>)
Maintainer: Witold Wolski <wew@fgcz.ethz.ch>
Repository: CRAN
Date/Publication: 2021-11-30 07:50:02 UTC