Description Usage Arguments Details Value Examples
A method for TasselHDF5 object. Recode it into '0, 1, 2' format.
| 1 | imputeRob(h5, missingcode = 3)
 | 
| h5 | TasselHDF5 object. | 
| missingcode | The code for missing data point. Default=3. | 
In the genotype file, '0, 1, 2' indicate the copy of alternative allele; Missingcode (default='3') indicates missing data. This function also calculate individual and locus missing rate.
return "Geno4imputeR" object with three slots: "genomx", "info", "imiss". "genomx", genotype matrix. "info", loci information, including SNP ID (snpid), chr, position (pos), loci missing rate (lmiss), minor allele freq (maf). "imiss", individual plant missing rate.
See https://github.com/yangjl/imputeR/blob/master/vignettes/imputeR-vignette.pdf for more details.
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.