To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("SamSPECTRAL")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 2.13
Samples large data such that spectral clustering is possible while preserving density information in edge weights. More specifically, given a matrix of coordinates as input, SamSPECTRAL first builds the communities to sample the data points. Then, it builds a graph and after weighting the edges by conductance computation, the graph is passed to a classic spectral clustering algorithm to find the spectral clusters. The last stage of SamSPECTRAL is to combine the spectral clusters. The resulting "connected components" estimate biological cell populations in the data sample. For instructions on manual installation, refer to the PDF file provided in the following documentation.
Author: Habil Zare and Parisa Shooshtari
Maintainer: Habil Zare <zare at u.washington.edu>
Citation (from within R,
enter citation("SamSPECTRAL")
):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("SamSPECTRAL")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("SamSPECTRAL")
R Script | A modified spectral clustering method for clustering Flow Cytometry Data | |
Reference Manual |
biocViews | Bioinformatics, Cancer, CellBiology, Clustering, FlowCytData, FlowCytometry, HIV, Software, StemCells |
Version | 1.16.0 |
In Bioconductor since | BioC 2.6 (R-2.11) |
License | GPL (>= 2) |
Depends | R (>= 2.10) |
Imports | methods |
Suggests | |
System Requirements | |
URL | |
Depends On Me | |
Imports Me | |
Suggests Me |
Follow Installation instructions to use this package in your R session.
Package Source | SamSPECTRAL_1.16.0.tar.gz |
Windows Binary | SamSPECTRAL_1.16.0.zip (32- & 64-bit) |
Mac OS X 10.6 (Snow Leopard) | SamSPECTRAL_1.16.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!