Skip to contents

PolyFun requires a space-delimited (gzipped or not) file with these columns:

  • CHR

  • BP

  • A1

  • A2

Usage

POLYFUN_prepare_snp_input(PF.output.path, locus_dir, dat = NULL, nThread = 1)

Examples

if (FALSE) { # \dontrun{
BST1 <- echodata::BST1; locus_dir <- echodata::locus_dir;
dat <- BST1
PF.output.path <- file.path(locus_dir, "PolyFun")
POLYFUN_prepare_snp_input(PF.output.path=PF.output.path, locus_dir=locus_dir, dat=dat)
} # }