View source: R/get_haplotype_matrix.R
get_haplotype_matrix | R Documentation |
The function reformats the individual haplotypes into a unifrom readable matrix.
get_haplotype_matrix(haplotype)
haplotype |
An individual haplotype |
The reformatted haplotype in a matrix form of three columns; phyical_location, parent1 and parent2.
hap1 = get_haplotype_matrix(hap1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.