WriteSnpPairs_sym {episcan}R Documentation

Write out epistasis result (symmetric matrix)

Description

Write out the result of epistasis analysis. Z score matrix is a symmetric matrix.

Usage

WriteSnpPairs_sym(Zmatrix, indexArr, outfile = "NONE", ...)

Arguments

Zmatrix

is the Z score matrix (symmetric matrix).

indexArr

is the index of Zmarix whose z score is over the given zpthres.

outfile

is the SNP pairs file for the second stage.

...

not used.

Value

null

Author(s)

Beibei Jiang beibei_jiang@psych.mpg.de


[Package episcan version 0.0.1 Index]