powered by
A wrapper for write.pwd, which allows to write multiple pwd files with a directory structure according to the nested linkage list.
write.pwd
write_pwd_list( linkages_list, target_parent, binned = FALSE, dir = getwd(), log = NULL )
A nested list with linkage group on the first level and homologue on the second.
list
A character string specifying the name of the target parent.
Logical. Are the markers binned? This information is used in the pwd header.
A character string specifying the directory in which the files are written. Defaults to working directory.
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
if (FALSE) { data("all_linkages_list_P1_split") write_pwd_list(all_linkages_list_P1_split, target_parent="P1", binned=FALSE)}
Run the code above in your browser using DataLab