bimbam_impute: Impute genotypes with BIMBAM

Description Usage Arguments References

Description

Impute genotypes with BIMBAM

Usage

 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"
)

Arguments

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

References

http://www.haplotype.org/download/bimbam-manual.pdf


surh/HMVAR documentation built on Aug. 18, 2021, 1:21 a.m.