combine.impute.output: Concatenate the impute output generated for each of the...

Description Usage Arguments Author(s)

View source: R/impute.R

Description

This function assembles the impute output generated.

Usage

1
2
3
4
5
6
7
8
combine.impute.output(
  inputfile.prefix,
  outputfile,
  is.male,
  imputeinfofile,
  region.size = 5000000,
  chrom = NA
)

Arguments

inputfile.prefix

Prefix of the input files (this is typically the outputfile.prefix option supplied when calling run.impute).

outputfile

Where to store the output.

is.male

Boolean describing whether the sample is male (TRUE) or female (FALSE).

imputeinfofile

Path to the imputeinfofile on disk.

region.size

An integer describing the region size to be used by impute (optional).

chrom

The name of a chromosome on which this function should run (names are used, supply X as 'X').

Author(s)

dw9


shaghayeghsoudi/Battenberg_customized documentation built on Feb. 13, 2022, 4:10 a.m.