Learn R Programming

beadarraySNP (version 1.38.0)

dist.GT: dist.GT

Description

Calculate distance matrix based of differences in genotype calls

Usage

dist.GT(object)

Arguments

object
SnpSetIllumina object

Value

'dist.GT' returns an object of class 'dist'

Details

Calculates distances between samples as percentage of differences in genotype

See Also

dist, hclust

Examples

Run this code
  data(chr17.260)
  plot(hclust(dist.GT(chr17.260)))

Run the code above in your browser using DataLab