systemPipeTools
Tools for data visualization
Bioconductor version: 3.23 · Package version: 1.20.0
systemPipeTools package extends the widely used systemPipeR (SPR) workflow environment with an enhanced toolkit for data visualization, including utilities to automate the data visualizaton for analysis of differentially expressed genes (DEGs). systemPipeTools provides data transformation and data exploration functions via scatterplots, hierarchical clustering heatMaps, principal component analysis, multidimensional scaling, generalized principal components, t-Distributed Stochastic Neighbor embedding (t-SNE), and MA and volcano plots. All these utilities can be integrated with the modular design of the systemPipeR environment that allows users to easily substitute any of these features and/or custom with alternatives.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("systemPipeTools") Details
| Maintainer | Daniela Cassol <danicassol@gmail.com> |
| Author | Daniela Cassol [aut, cre], Ponmathi Ramasamy [aut], Le Zhang [aut], Thomas Girke [aut] |
| License | Artistic-2.0 |
| Downloads rank | 257 |
| Source branch | RELEASE_3_23 |
| biocViews | Clustering, DataImport, DifferentialExpression, ExperimentalDesign, Infrastructure, MultidimensionalScaling, PrincipalComponent, QualityControl, ReportWriting, Sequencing, Software |
Documentation
Download
Dependencies
Imports: DESeq2, GGally, Rtsne, SummarizedExperiment, ape, dplyr, ggplot2, ggrepel, ggtree, glmpca, pheatmap, plotly, tibble, magrittr, DT, stats
Suggests: systemPipeR, knitr, BiocStyle, rmarkdown, testthat (>= 3.0.0), BiocGenerics, Biostrings, methods