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