write.pwd: Write a JoinMap compatible .pwd file from linkage data.frame.

Description Usage Arguments Examples

View source: R/exported_functions.R

Description

Output of this function allows to use JoinMap to perform the marker ordering step.

Usage

1
write.pwd(linkage_df, pwd_file, file_info, log = NULL)

Arguments

linkage_df

A linkage data.frame.

pwd_file

A character string specifying a file open for writing.

file_info

A character string added to the first lines of the .pwd file.

log

Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.

Examples

1
2
3
4
data("all_linkages_list_P1_split")
write.pwd(all_linkages_list_P1_split[["LG3"]][["homologue1"]],
           "LG3_homologue1_P1.pwd",
           "Please feed me to JoinMap")

mdavy86/polymapR documentation built on May 25, 2019, 9:35 p.m.