powered by
Assign markers to an LG based on consensus between two parents.
consensus_LG_assignment( P1_assigned, P2_assigned, LG_number, ploidy, consensus_file = NULL, log = NULL )
A marker assignment file of the first parent. Should contain the number of linkages per LG per marker.
A marker assignment file of the second parent. Should be the same markertype as first parent and contain the number of linkages per LG per marker.
Number of linkage groups (chromosomes).
Ploidy level of plant species.
Filename of consensus output. No output is written if NULL.
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
Returns a list containing the following components:
A (modified) marker assignment matrix of the first parent.
A (modified) marker assignment matrix of the second parent.
# NOT RUN { data("P1_SxS_Assigned", "P2_SxS_Assigned_2") SxS_Assigned_list <- consensus_LG_assignment(P1_SxS_Assigned,P2_SxS_Assigned_2,5,4) # }
Run the code above in your browser using DataLab