-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
48 lines (48 loc) · 1.81 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
Package: MulEA
Type: Package
Title: MulEA - A Tool for Multi Enrichment Analysis
Version: 0.99.5
Date: 2016-04-08
Authors@R: c(
person("Wiktor", "Jurkowski", email = "[email protected]", role = "aut"),
person("Eszter", "Ari", email = "[email protected]", role = c("aut", "cph")),
person("Cezary", "Turek", email = "[email protected]", role = c("aut", "cre")),
person("Peter", "Forgacs", email = "[email protected]", role = "ctb"),
person("Leila", "Gul", email = "[email protected]", role = "ctb"),
person("Marton", "Oelbei", email = "[email protected]", role = "ctb"))
Description: MulEA (Multi Enrichment Analysis) is a package/tool for functional analysis of multi-omics data sets.
Among many packages that can be used for this task, only few could be applied either to multiple species, ontology types or providing an access to multiple statistics. MulEA is addressing this gap providing support for 25 species and any kind of data defining the knolwedge base. In addition, MulEA provides a unique permutation based, empirical false discovery rate correction of the p-values
License: GPL-3 + file LICENSE
LazyData: TRUE
Imports:
DBI (>= 0.7.0),
RSQLite (>= 2.0.0),
plyr (>= 1.8.4),
methods (>= 3.3.2),
fgsea (>= 1.0.2),
stats (>= 3.4.1),
utils (>= 3.4.1)
Depends:
R (>= 3.4.0)
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Collate:
'Mulea.R'
'GenericFunctions.R'
'Utils.R'
'Methods.R'
'MuleaData.R'
'HypergeometricTest.R'
'KolmogorovSmirnovTest.R'
'SubramanianTest.R'
'SetBasedTest.R'
'RankedBasedTest.R'
URL: https://github.com/koralgooll/MulEA
BugReports: https://github.com/koralgooll/MulEA/issues
biocViews:
BiomedicalInformatics,
GeneSetEnrichment
RoxygenNote: 6.0.1