To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("biosvd")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 2.14
The biosvd package contains functions to reduce the input data set from the feature x assay space to the reduced diagonalized eigenfeature x eigenassay space, with the eigenfeatures and eigenassays unique orthonormal superpositions of the features and assays, respectively. Results of SVD applied to the data can subsequently be inspected based on generated graphs, such as a heatmap of the eigenfeature x assay matrix and a bar plot with the eigenexpression fractions of all eigenfeatures. These graphs aid in deciding which eigenfeatures and eigenassays to filter out (i.e., eigenfeatures representing steady state, noise, or experimental artifacts; or when applied to the variance in the data, eigenfeatures representing steady-scale variance). After possible removal of steady state expression, steady-scale variance, noise and experimental artifacts, and after re-applying SVD to the normalized data, a summary html report of the eigensystem is generated, containing among others polar plots of the assays and features, a table with the list of features sortable according to their coordinates, radius and phase in the polar plot, and a visualization of the data sorted according to the two selected eigenfeatures and eigenassays with colored feature/assay annotation information when provided. This gives a global picture of the dynamics of expression/intensity levels, in which individual features and assays are classified in groups of similar regulation and function or similar cellular state and biological phenotype.
Author: Anneleen Daemen <daemena at gene.com>, Matthew Brauer <matthejb at gene.com>
Maintainer: Anneleen Daemen <daemena at gene.com>, Matthew Brauer <matthejb at gene.com>
Citation (from within R,
enter citation("biosvd")
):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("biosvd")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("biosvd")
R Script | biosvd | |
Reference Manual | ||
Text | NEWS |
biocViews | Software, TimeCourse, Visualization |
Version | 1.0.0 |
In Bioconductor since | BioC 2.14 (R-3.1) |
License | Artistic-2.0 |
Depends | R (>= 3.0.0) |
Imports | gplots, BiocGenerics, Biobase, methods, grid, hwriter, ReportingTools, graphics |
Suggests | |
System Requirements | |
URL | |
Depends On Me | |
Imports Me | |
Suggests Me |
Follow Installation instructions to use this package in your R session.
Package Source | biosvd_1.0.0.tar.gz |
Windows Binary | biosvd_1.0.0.zip (32- & 64-bit) |
Mac OS X 10.6 (Snow Leopard) | biosvd_1.0.0.tgz |
Mac OS X 10.9 (Mavericks) | biosvd_1.0.0.tgz |
Browse/checkout source | (username/password: readonly) |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!