dist.GT {beadarraySNP}R Documentation

dist.GT

Description

Calculate distance matrix based of differences in genotype calls

Usage

dist.GT(object)

Arguments

object

SnpSetIllumina object

Details

Calculates distances between samples as percentage of differences in genotype

Value

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

Author(s)

Jan Oosting

See Also

dist, hclust

Examples

  data(chr17.260)
  plot(hclust(dist.GT(chr17.260)))

[Package beadarraySNP version 1.56.0 Index]