-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.4 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
Package: BioShinyModules
Version: 0.1.0
Date: 2023-05-31
Title: Shiny Modules for data exploration and visualisation
Encoding: UTF-8
Authors@R: c(
person("Louis", "Le Nezet", email="[email protected]", role=c("aut","cre"))
)
Depends:
R (>= 3.6.0)
Imports:
shiny,
shinyWidgets,
readxl,
knitr,
rmarkdown,
usethis,
ggplot2,
htmltools,
htmlwidgets,
sessioninfo,
heatmaply,
RColorBrewer,
pcaMethods,
plotly,
stats,
grDevices
Description: This comprehensive R package is designed to empower data analysis and exploration
by providing a collection of interactive Shiny modules. With a wide range of visualization
tools including heatmaps, PCA plots, violin plots, scatter plots, box plots, survival analysis,
methylation analysis, and more. This package allows users to seamlessly visualize and explore
their data. Whether importing and filtering data, assessing coverage or examining intricate
patterns, this package offers an intuitive and interactive interface for effortless data
visualization and exploration.
License: file LICENSE
biocViews: ShinyApps, PrincipalComponent, Survival, Visualization, DataImport
URL: https://github.com/stjude-biohackathon/KIDS23-Team13
BugReports: https://github.com/stjude-biohackathon/KIDS23-Team13/issues
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Suggests:
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3