Learn R Programming

simpleaffy (version 2.48.0)

standard.pearson: 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

See Also

hmap hmap.eset hmap.pc

Examples

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

Run the code above in your browser using DataLab