Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/HaploCodeClass.R
The function labels the haplotypes of size blockSize around each candidate brake-point. For labeling genotype data, the function takes objects of class genoDat as main argument. For phased data, this argument should be ignored and a file name passed instead.
1 |
objectGenoDat |
|
blockSize |
|
minAllele |
|
saveRes |
|
file |
|
ROI |
|
intSNP |
|
phasing |
|
When setUpGenodat is passed, the coding first computes the local haplotypes for each candidate-brake point form the genotype data and then encodes each haplotype into a decimal integer. The local haplotypes are computed with haplo.em form haplo.stats and assigns those with highest posterior probability to each chromosome. In the case of phased data, passed through file, no local haplotyping is needed and only the labeling is performed.
Object of class HaploCode
Alejandro Caceres acaceres@creal.cat
http://mayoresearch.mayo.edu/mayo/research/schaid_lab/software.cfm
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.