dist.GT {beadarraySNP} | R Documentation |
Calculate distance matrix based of differences in genotype calls
dist.GT(object)
object |
SnpSetIllumina object |
Calculates distances between samples as percentage of differences in genotype
'dist.GT' returns an object of class 'dist'
Jan Oosting
data(chr17.260) plot(hclust(dist.GT(chr17.260)))