gemma_kinship: Calculate kinship matrix with GEMMA

Description Usage Arguments References

Description

Calculate kinship matrix with GEMMA

Usage

1
2
3
4
5
6
7
8
gemma_kinship(
  geno_file,
  pheno_file,
  snp_file,
  gemma = "gemma",
  outdir = "kinship/",
  prefix = "kinship"
)

Arguments

geno_file

Mean genotype file in BIMBAM format. See GEMMA manual for details.

pheno_file

Phenotype file in BIMBAM format. See GEMMA manual for details.

snp_file

SNP annotation file in BIMBAM format. See GEMMA manual for details.

gemma

GEMMA executable.

outdir

directory to write output.

prefix

Prefix for output filenames.

References

http://www.xzlab.org/software/GEMMAmanual.pdf


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