Skip to content
Permalink
62ff58f92a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
53 lines (53 sloc) 1.35 KB
Package: wilson
Type: Package
Title: Web-Based Interactive Omics Visualization
Version: 2.0.0
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: This package provides modules for web-based tools that use plot based strategies to visualize and analyze multi-omics data.
'wilson' 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,
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
RoxygenNote: 6.0.1
biocViews:
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr