Learn R Programming

hsphase (version 1.2.3)

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)

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

Value

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

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