-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
63 lines (63 loc) · 1.82 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
Package: famat
Title: Functional analysis of metabolic and transcriptomic data
Version: 1.9.1
Description:
Famat is made to collect data about lists of genes and metabolites provided
by user, and to visualize it through a Shiny app.
Information collected is:
- Pathways containing some of the user's genes and metabolites (obtained
using a pathway enrichment analysis).
- Direct interactions between user's elements inside pathways.
- Information about elements (their identifiers and descriptions).
- Go terms enrichment analysis performed on user's genes.
The Shiny app is composed of:
- information about genes, metabolites, and direct interactions between
them inside pathways.
- an heatmap showing which elements from the list are in pathways
(pathways are structured in hierarchies).
- hierarchies of enriched go terms using Molecular Function and
Biological Process.
Authors@R:
person(given = "Mathieu",
family = "Charles",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5343-6324"))
License: GPL-3
LazyData: false
Depends:
R (>= 4.0)
Imports:
KEGGREST,
mgcv,
stats,
BiasedUrn,
dplyr,
gprofiler2,
rWikiPathways,
reactome.db,
stringr,
GO.db,
ontologyIndex,
tidyr,
shiny,
shinydashboard,
shinyBS,
plotly,
magrittr,
DT,
clusterProfiler,
org.Hs.eg.db
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
BiocManager
biocViews: FunctionalPrediction, GeneSetEnrichment, Pathways, GO, Reactome, KEGG
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
BugReports: https://github.com/emiliesecherre/famat/issues
URL: https://github.com/emiliesecherre/famat