- Home
- Bioconductor 3.21
- Software Packages
- Director
Director
This package is deprecated. It will probably be removed from Bioconductor. Please refer to the package end-of-life guidelines for more information.
This package is for version 3.21 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see Director.
A dynamic visualization tool of multi-level data
Bioconductor version: 3.21
Director is an R package designed to streamline the visualization of molecular effects in regulatory cascades. It utilizes the R package htmltools and a modified Sankey plugin of the JavaScript library D3 to provide a fast and easy, browser-enabled solution to discovering potentially interesting downstream effects of regulatory and/or co-expressed molecules. The diagrams are robust, interactive, and packaged as highly-portable HTML files that eliminate the need for third-party software to view. This enables a straightforward approach for scientists to interpret the data produced, and bioinformatics developers an alternative means to present relevant data.
Author: Katherine Icay [aut, cre]
Maintainer: Katherine Icay <kat.icay at gmail.com>
citation("Director")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Director")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Director")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.