cytosee_SamSPECTRAL: SamSPECTRAL image based funciton for fcs data clustering.

Description Usage Arguments Value

View source: R/cytosee_clustering.R

Description

SamSPECTRAL first builds the communities to sample the data points. Then, it builds a graph and after weighting the edges of the graph by conductance computation, it 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.

Usage

1
2
3
cytosee_SamSPECTRAL(object, sigma, separation.factor,
  number.of.clusters = "NA", precision = 6, stabilizer = 100,
  k.for_kmeans = NA)

Arguments

object

an object of cytosee class.

separation.factor

This threshold controls to what extend clusters should be combined or kept separate.Normally, an appropriate value will fall in range 0.3-2.

number.of.clusters

The default value is "NA" which leads to computing the number of spectral clusters automatically, otherwise it can be a vector of integers each of which determines the number of spectral clusters. The output will contain a clustering resulting from each value.

sigmal

A scaling parameter that determines the "resolution" in the spectral clustering stage. By increasing it, more spectral clusters are identified. This can be useful when "small" population are aimed. See the user manual for a suggestion on how to set this parameter using the eigenvalue curve.

Value

A object of cytosee with clustering result.


mingchen-lab/cytosee documentation built on May 6, 2019, 8:34 p.m.