hh {hsphase} | R Documentation |
Heatmap of Half-sibs
Description
The hh
function creates a heatmap of the half-sib families using the
matrix of opposing homozygotes.
Usage
hh(oh, inferredPedigree, realPedigree, pedOnly = TRUE)
Arguments
oh |
|
inferredPedigree |
|
realPedigree |
|
pedOnly |
|
Value
Returns the heatmap of the matrix of opposing homozygotes with sidebars colour coded by sires from the inferred and original pedigree.
Author(s)
The fuction uses the colour generated by getcol function in the made4 package (Aedin Culhane).
See Also
Examples
c1h1 <- .simulateHalfsib(numInd = 62, numSNP = 5000)
c1h2 <- .simulateHalfsib(numInd = 38, numSNP = 5000)
Genotype <- rbind(c1h1, c1h2)
oh <- ohg(Genotype) # creating the Opposing Homozygote matrix
hh(oh)
[Package hsphase version 2.0.3 Index]