-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
93 lines (93 loc) · 2.47 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
88
89
90
91
92
93
Package: GeneTonic
Title: Enjoy Analyzing And Integrating The Results From Differential Expression
Analysis And Functional Enrichment Analysis
Version: 2.99.1
Date: 2024-10-06
Authors@R:
c(
person(
given = "Federico", family = "Marini", role = c("aut", "cre"),
email = "marinif@uni-mainz.de", comment = c(ORCID = "0000-0003-3252-7758")
),
person(
given = "Annekathrin", family = "Ludt", role = c("aut"),
email = "anneludt@uni-mainz.de", comment = c(ORCID = "0000-0002-2475-4945")
)
)
Description: This package provides functionality to combine the existing pieces
of the transcriptome data and results, making it easier to generate
insightful observations and hypothesis. Its usage is made easy with a Shiny
application, combining the benefits of interactivity and reproducibility
e.g. by capturing the features and gene sets of interest highlighted during
the live session, and creating an HTML report as an artifact where text,
code, and output coexist. Using the GeneTonicList as a standardized container
for all the required components, it is possible to simplify the generation
of multiple visualizations and summaries.
Depends:
R (>= 4.0.0)
Imports:
AnnotationDbi,
backbone,
bs4Dash (>= 2.0.0),
circlize,
colorspace,
colourpicker,
ComplexHeatmap,
ComplexUpset,
dendextend,
DESeq2,
dplyr,
DT,
dynamicTreeCut,
expm,
ggforce,
ggplot2 (>= 3.5.0),
ggrepel,
ggridges,
GO.db,
graphics,
grDevices,
grid,
igraph,
matrixStats,
methods,
mosdef (>= 1.1.0),
plotly,
RColorBrewer,
rintrojs,
rlang,
rmarkdown,
S4Vectors,
scales,
shiny,
shinyAce,
shinycssloaders,
shinyWidgets,
stats,
SummarizedExperiment,
tidyr,
tippy,
tools,
utils,
viridis,
visNetwork
Suggests:
knitr,
BiocStyle,
htmltools,
clusterProfiler,
macrophage,
org.Hs.eg.db,
magrittr,
testthat (>= 2.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/federicomarini/GeneTonic
BugReports: https://github.com/federicomarini/GeneTonic/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
biocViews:
GUI, GeneExpression, Software, Transcription, Transcriptomics, Visualization,
DifferentialExpression, Pathways, ReportWriting, GeneSetEnrichment,
Annotation, GO, ShinyApps