plotAlleleFreq {ABHgenotypeR} | R Documentation |
Plot the parental allele frequencies along the chromosomes.
Description
Plot the parental allele frequencies along the chromosomes.
Usage
plotAlleleFreq(genos = "genotypes")
Arguments
genos |
The output of readABHgenotypes |
Value
A plot of parental allele frequencies along the chromosomes. If the output is assigned a name a ggplot2 object is returned for further manipulation.
Examples
## Not run: plotAlleleFreq(genotypes)
## Not run: p <- plotAlleleFreq(genotypes)
[Package ABHgenotypeR version 1.0.1 Index]