This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59 lines (59 sloc)
1.44 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: wilson | |
Type: Package | |
Title: Web-Based Interactive Omics Visualization | |
Version: 2.3.1 | |
Authors@R: c( | |
person("Hendrik", "Schultheis", email = "hendrik.schultheis@mpi-bn.mpg.de", role = c("aut", "cre")), | |
person("Jens", "Preussner", email = "jens.preussner@mpi-bn.mpg.de", role = "aut"), | |
person("Looso", "Mario", email = "mario.looso@mpi-bn.mpg.de", role = "aut")) | |
Description: Tool-set of modules for creating web-based applications that use plot based strategies to visualize and analyze multi-omics data. | |
This package utilizes the 'shiny' and 'plotly' frameworks to provide a user friendly dashboard for interactive plotting. | |
URL: https://github.molgen.mpg.de/loosolab/wilson/ | |
BugReports: https://github.molgen.mpg.de/loosolab/wilson/issues/ | |
License: MIT + file LICENSE | |
Encoding: UTF-8 | |
LazyData: true | |
Imports: shiny, | |
data.table, | |
ggplot2, | |
plotly (> 4.8.0), | |
scales, | |
shinydashboard, | |
DT (>= 0.3), | |
colourpicker, | |
RColorBrewer, | |
shinyjs, | |
viridis, | |
rje, | |
grDevices, | |
grid, | |
plyr, | |
circlize, | |
ComplexHeatmap, | |
stats, | |
gplots, | |
reshape, | |
rintrojs, | |
RJSONIO, | |
ggrepel (>= 0.6.12), | |
DESeq2, | |
rjson, | |
FactoMineR, | |
factoextra, | |
heatmaply (>= 0.14.1), | |
shinycssloaders, | |
log4r, | |
openssl, | |
methods, | |
R6, | |
magrittr, | |
zip | |
RoxygenNote: 6.1.1 | |
biocViews: | |
Suggests: knitr, | |
rmarkdown, | |
testthat, | |
vdiffr, | |
i2dash, | |
stringi | |
VignetteBuilder: knitr |