genome.summary.plots: Genome summary plots

Description Usage Arguments Details Author(s) See Also Examples

Description

These plots show summaries of the founder haplotype proportions across SNPs or samples.

Usage

1
2

Arguments

results

Data.frame as produced by summarize.by.snps or summarize.by.samples.

snps

Data.frame containing the marker locations. SNP ID, chromosome, Mb anc cM locations in columns 1 through 4, respectively.

Details

Barplots across samples or SNPs are produced from the relevant summary files. This is intended to be run after DO genomes have been reconstructed for a large set of samples to verify that founder allele frequencies are consistent across SNPs and samples.

Author(s)

Daniel Gatti

See Also

summarize.by.snps, summarize.by.samples

Examples

1
2
3
4
5
6
  ## Not run:  
    load(url("ftp://ftp.jax.org/MUGA/muga_snps.Rdata"))
    results = summarize.by.samples(path = ".", snps = muga_snps)
    genotype.by.sample.barplot(results) 
  
## End(Not run)

DOQTL documentation built on May 6, 2019, 3:09 a.m.