oposSOM
Comprehensive analysis of transcriptome data
Bioconductor version: 3.23 · Package version: 2.30.0
This package translates microarray expression data into metadata of reduced dimension. It provides various sample-centered and group-centered visualizations, sample similarity analyses and functional enrichment analyses. The underlying SOM algorithm combines feature clustering, multidimensional scaling and dimension reduction, along with strong visualization capabilities. It enables extraction and description of functional expression modules inherent in the data.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("oposSOM") Details
| Maintainer | Henry Loeffler-Wirth <wirth@izbi.uni-leipzig.de> |
| Author | Henry Loeffler-Wirth <wirth@izbi.uni-leipzig.de>, Hoang Thanh Le <le@izbi.uni-leipzig.de> and Martin Kalcher <mkalcher@porkbox.net> |
| License | GPL (>=2) |
| URL | http://som.izbi.uni-leipzig.de |
| Downloads rank | 390 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, DifferentialExpression, GeneExpression, GeneSetEnrichment, Software, Visualization |
Documentation
Download
Dependencies
Depends: R (>= 4.0.0), igraph (>= 1.0.0)
Imports: fastICA, tsne, scatterplot3d, pixmap, fdrtool, ape, biomaRt, Biobase, RcppParallel, Rcpp, methods, graph, XML, png, RCurl
LinkingTo: RcppParallel, Rcpp