R/impute.R
combine.impute.output.RdThis function assembles the impute output generated.
combine.impute.output(
inputfile.prefix,
outputfile,
is.male,
imputeinfofile,
region.size = 5000000,
chrom = NA
)Prefix of the input files (this is typically the outputfile.prefix option supplied when calling run.impute).
Where to store the output.
Boolean describing whether the sample is male (TRUE) or female (FALSE).
Path to the imputeinfofile on disk.
An integer describing the region size to be used by impute (optional).
The name of a chromosome on which this function should run (names are used, supply X as 'X').