powered by
marker_binning allows for binning of very closely linked markers and choses one representative.
marker_binning
marker_binning( dosage_matrix, linkage_df, r_thresh = NA, lod_thresh = NA, target_parent = "P1", other_parent = "P2", max_marker_nr = NULL, max_iter = 10, log = NULL )
A list with the following components:
A linkage data.frame with binned markers removed.
A data.frame containing binned markers and their representatives.
Integer. Number markers left.
A dosage matrix.
matrix
A linkage data.frame.
data.frame
Numeric. Threshold at which markers are binned. Is calculated if NA.
A character string specifying the name of the target parent.
A character string specifying the name of the other parent.
The maximum number of markers per homologue. If specified, LOD threshold is optimized based on this number.
Maximum number of iterations to find optimum LOD threshold. Only used if max_marker_nr is specified.
max_marker_nr
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
data("screened_data3", "all_linkages_list_P1_split") binned_markers<-marker_binning(screened_data3, all_linkages_list_P1_split[["LG2"]][["homologue3"]])
Run the code above in your browser using DataLab