co | R Documentation |
Detect all possible crossover events.
co(genotypeMatrix)
genotypeMatrix |
|
Returns a matrix with the number of crossover events for each site.
genotype <- matrix(c( # Define a Half-sib Genotype Matrix
2,1,0, # Individual 1
2,0,2, # Individual 2
0,0,2 # Individual 3
), byrow = TRUE, ncol = 3) # There are 3 individuals with three SNPs
co(genotype)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.