-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
87 lines (87 loc) · 1.89 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: FELLA
Type: Package
Title: Interpretation and enrichment for metabolomics data
Version: 1.11.0
Date: 2019-10-19
Authors@R: c(
person(
"Sergio", "Picart-Armada", role = c("aut", "cre"),
email = "[email protected]"),
person(
"Francesc", "Fernandez-Albert", role = c("aut"),
email = "[email protected]"),
person(
"Alexandre", "Perera-Lluna", role = c("aut"),
email = "[email protected]"))
Maintainer: Sergio Picart-Armada <[email protected]>
Description: Enrichment of metabolomics data using KEGG entries.
Given a set of affected compounds, FELLA suggests affected
reactions, enzymes, modules and pathways using label propagation
in a knowledge model network. The resulting subnetwork
can be visualised and exported.
License: GPL-3
LazyLoad: yes
Imports:
methods,
igraph,
Matrix,
KEGGREST,
plyr,
stats,
graphics,
utils
Enhances:
Depends:
R (>= 3.5.0)
Suggests:
shiny,
DT,
magrittr,
visNetwork,
knitr,
BiocStyle,
rmarkdown,
testthat,
biomaRt,
org.Hs.eg.db,
org.Mm.eg.db,
AnnotationDbi,
GOSemSim
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8
biocViews:
Software,
Metabolomics,
GraphAndNetwork,
KEGG,
GO,
Pathways,
Network,
NetworkEnrichment
Collate:
'AllArguments.R'
'AllClasses.R'
'AllMethods.R'
'generateResultsTable.R'
'generateEnzymesTable.R'
'generateResultsGraph.R'
'exportResults.R'
'addGOToGraph.R'
'buildGraphFromKEGGREST.R'
'buildDataFromGraph.R'
'defineCompounds.R'
'doc-data.R'
'doc-package.R'
'runHypergeom.R'
'runDiffusion.R'
'runPagerank.R'
'enrich.R'
'get-.R'
'is-.R'
'launchApp.R'
'list-.R'
'loadKEGGdata.R'
'plotBipartite.R'
'plotGraph.R'
'plotLegend.R'