standard.pearson {simpleaffy}R Documentation

A clustering function based on pearson correlation

Description

Given a matrix of values, uses hclust and cor to generate a clustering based on 1-Pearson correlation

Usage

  standard.pearson(x)

Arguments

x

A matrix of data

Value

The result of performing an hclust

Author(s)

Crispin J Miller

See Also

hmap hmap.eset hmap.pc

Examples

  ## Not run: 
	y <- standard.pearson(x)
  
## End(Not run)

[Package simpleaffy version 2.54.0 Index]