plot_GIC: Genotypic information content

View source: R/utils.R

plot_GICR Documentation

Genotypic information content

Description

This function plots the genotypic information content given an object of class mappoly.homoprob.

Usage

plot_GIC(hprobs, P = "P1", Q = "P2")

Arguments

hprobs

an object of class mappoly.homoprob

P

a string containing the name of parent P

Q

a string containing the name of parent Q

Examples


     w <- lapply(solcap.err.map[1:3], calc_genoprob)
     h.prob <- calc_homologprob(w)
     plot_GIC(h.prob)



mappoly documentation built on Jan. 6, 2023, 1:16 a.m.