groupclusteredheatmap: Retrieving groups of traits after clustering

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieving groups of clustered traits from the output of mqmplot.clusteredheatmap.

Usage

1
  groupclusteredheatmap(cross, clusteredheatmapresult, height)

Arguments

cross

An object of class cross. See read.cross for details.

clusteredheatmapresult

Resultint dendrogram object from mqmplot.clusteredheatmap

height

Height at which to 'cut' the dendrogram, a higher cut-off gives less but larger groups. Height represents the maximum distance between two traits clustered together using hclust. the 'normal' behaviour of bigger groups when using a higher heigh cut-off depends on the tree stucture and the amount of traits clustered using mqmplot.clusteredheatmap

Value

A list containing groups of traits which were clustered together with a distance less that height

Author(s)

Danny Arends danny.arends@gmail.com

See Also

Examples

1
2
3
4
5
6
data(multitrait)

multitrait <- fill.geno(multitrait) # impute missing genotype data
result <- mqmscanall(multitrait, logtransform=TRUE)
cresults <- mqmplot.clusteredheatmap(multitrait,result)
groupclusteredheatmap(multitrait,cresults,10)

byandell/qtl documentation built on May 13, 2019, 9:28 a.m.