-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.79 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
Package: dexdash
Type: Package
Title: Shiny app to explore results from differential expression experiments
Version: 0.2.11
Remotes:
bartongroup/[email protected]
Authors@R: person(
given = "Marek",
family = "Gierlinski",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9149-3514")
)
Description: This R package, designed for interactive exploration and analysis
of differential expression or abundance data, integrates Shiny-based
visualization tools with rapid functional enrichment analysis. Users
can dynamically select genes from volcano or MA plots and instantly access
enriched GO, KEGG, and Reactome pathway analyses, facilitating a deeper
understanding of gene functions and biological pathways. The package
supports customized plotting, feature information retrieval, and handles
large datasets efficiently, making it an ideal tool for genomic
researchers and bioinformaticians seeking to uncover the biological
significance behind differential expression patterns.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/bartongroup/dexdash
BugReports: https://github.com/bartongroup/dexdash/issues
biocViews:
FunctionalPrediction,
DifferentialExpression,
GeneSetEnrichment,
GO,
KEGG,
Reactome,
Visualization
Imports:
methods,
stats,
rlang,
assertthat,
tibble,
tidyselect,
dplyr,
stringr,
readr,
purrr,
ggplot2,
ggbeeswarm,
DT,
jsonlite,
fenr,
biomaRt,
shiny,
bslib,
bsicons,
shinyWidgets,
htmltools
Suggests:
dexdata,
markdown,
tidyr,
testthat,
quarto,
forcats
Depends:
R (>= 4.1)
RoxygenNote: 7.3.2
VignetteBuilder: quarto
LazyData: true
LazyDataCompression: xz