Description Usage Arguments References
Impute genotypes with BIMBAM
| 1 2 3 4 5 6 7 8 9 10 11 | bimbam_impute(
  geno_file,
  pheno_file,
  pos_file,
  bimbam = "bimbam",
  outdir = "imputed/",
  em_runs = 10,
  em_steps = 20,
  em_clusters = 15,
  prefix = "imputed"
)
 | 
| geno_file | Path to mean genotype file. See BIMBAM docummentation for details. | 
| pheno_file | Path to phenotype file. See BIMBAM docummentation for details. | 
| pos_file | Path to SNP position file. See BIMBAM docummentation for details. | 
| bimbam | BIMBAM executable. | 
| outdir | Output directory. | 
| em_runs | Number of EM algorithm runs. | 
| em_steps | Steps of each EM run. | 
| em_clusters | Number of clusters in EM algorithm. | 
| prefix | Prefix of all output files | 
http://www.haplotype.org/download/bimbam-manual.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.