View source: R/scan1_summary.R
scan1_summary | R Documentation |
Summary of scan1 result
scan1_summary(scan1_data, thresh = NULL, chrom = NULL, position = "cM")
scan1_data |
output from scan1 |
thresh |
optional -deltaDIC threshold for plotting |
chrom |
optional, subset of chromosomes to plot |
position |
Either "cM" (default) or "bp" |
Plots the "score" (-deltaDIC) for each marker vs. genome position. The thresh
argument should be a positive number.
List containing
data frame of markers with the highest score on each chromosome
ggplot object
## Not run:
scan1_summary( scan1_example )
scan1_summary( scan1_example, chrom = "10" )
scan1_summary( scan1_example, chrom = c( "10", "12" ) )
scan1_summary( scan1_example, chrom = "10", thresh = 20)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.