sdp.plot: Plot association mapping results.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Plot the founder strain distribution patterns (SDP) of the SNPs in results.

Usage

1
  sdp.plot(results, ...)

Arguments

results

Data.frame containing output from assoc.map.

...

Additional arguments passed to plot.

Details

Given the output from assoc.map, plot the SDPs for the SNPs in results. This will show which strains have the minor allele at each SNP in results. You may also add this plot to the top of assoc.plot.

Value

Produces a plot. There is no return value.

Author(s)

Daniel Gatti

See Also

assoc.map, assoc.plot

Examples

1
2
3
4
5
6
  ## Not run:  
    results = assoc.map(pheno = pheno, pheno.col = 1, probs = probs, K = K, addcovar = addcovar, 
	snps = snps, chr = 1, start = 40, end = 45)
    sdp.plot(results[results[,12] > 3,])
  
## End(Not run)

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