View source: R/plot-genetic-dist.R
plotWholeGenome | R Documentation |
This function takes the calculated genetic distances for all marker intervals across all chromosomes provided and plot the cumulative genetic distances
plotWholeGenome(gr)
gr, |
GRanges object with genetic distances calculated for marker intervals |
A ggplot object
data(coCount)
dist_se <- calGeneticDist(coCount)
plotWholeGenome(SummarizedExperiment::rowRanges(dist_se))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.