Description Usage Arguments Details Value Examples
View source: R/PolyHaplotyper.R
Find all possible haplotypes for a haploblock from the haplotyping result
1 | allhap(hapresults, haploblock)
|
hapresults |
list as returned by inferhaplotypes, or one element of such a list (i.e. the results for one haploblock) |
haploblock |
if hapresults is one element of the return value of inferHaplotypes, haploblock should be missing of NULL; else haploblock is a single value indicating the haploblock: either its name of its index in hapresults |
This function works with the results of inferHaplotypes; the setting of dropUnused does not affect this function
an array with all possible haplotypes. The haplotypes are in columns, with the haplotype numbers as colnames; the markers are in rows.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.