powered by
Output of this function allows to use JoinMap to perform the marker ordering step.
write.pwd(linkage_df, pwd_file, file_info, log = NULL)
A linkage data.frame.
data.frame
A character string specifying a file open for writing.
A character string added to the first lines of the .pwd file.
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
# NOT RUN { data("all_linkages_list_P1_split") write.pwd(all_linkages_list_P1_split[["LG3"]][["homologue1"]], "LG3_homologue1_P1.pwd", "Please feed me to JoinMap") # }
Run the code above in your browser using DataLab