A convenience function to construct a `FImputeRunner` object from a `SNPDataLong` object.
FImputeRunner(object, path, exec_path = "FImpute3", name = "data")
Arguments
- object
An object of class `SNPDataLong`, from which `geno` and `map` slots will be extracted.
- path
A character string indicating the directory to save FImpute files.
- exec_path
Path to the FImpute executable (default = "FImpute3").
- name
Name for the dataset (used internally, default = "data").
Value
An object of class `FImputeRunner`.