Learn R Programming

hsphase (version 2.0.4)

hh: 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)

Value

Returns the heatmap of the matrix of opposing homozygotes with sidebars colour coded by sires from the inferred and original pedigree.

Arguments

oh

matrix Opposing homozygotes matrix (output of ohg)

inferredPedigree

matrix inferred pedigree (output of rpoh)

realPedigree

matrix original pedigree

pedOnly

logical Consider only individuals that are exist in the real pedigree

Author

The fuction uses the colour generated by getcol function in the made4 package (Aedin Culhane).

See Also

ohg and rpoh

Examples

Run this code
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)

Run the code above in your browser using DataLab