Usage
sw2mloci(ibd.directory, map="", output.directory=".", famid=NULL, id=NULL, dadid=NULL, momid=NULL, directory=NULL)
Arguments
ibd.directory
a character object specifying the name of the directory that contains
the SimWalk IBD files. This can be an absolute or relative path.
map
a character object specifying the name of a .map file to be used to
modify the centimorgan values in the mloci.out file. This can be an
absolute or relative path and does not have to be in the same
directory as the parameter ibd.directory
.
output.directory
a character object specifying the name of the directory to put the
finished mloci.out.gz. This can be an absolute or relative path. If
the directory does not exist, it will be created.
famid
Vector of family id values.
id
Vector of individual id values.
dadid
Vector of father id values.
momid
Vector of mother id values
directory
Deprecated -- replaced by ibd.directory, but included for backward
compatibility. If not NULL and ibd.directory is NULL, then its value
is assigned to ibd.directory.