View source: R/check_double_crossovers.R
check_double_crossovers: Split chromosomes into segments of runs of SNPs inherited from particular grandparents. Used as quality control to determine double crossovers over short genomic distances.
1 | check_double_crossovers(parsed.xovers, physical.map = NULL)
|
parsed.xovers |
Output from parse_crossovers |
physical.map |
Optional data.frame. Must have columns as follows, or will throw error: c("SNP.Name", "Position", "Order", "analysisID"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.