Last chance! 50% off unlimited learning
Sale ends in
Chromosomes that should have same number, might have gotten different numbers between parents during clustering.
consensus_LG_names
uses markers present in both parents (usually 1.1 markers) to modify the linkage group numbers in one parent with the other as template
consensus_LG_names(
modify_LG,
template_SxS,
modify_SxS,
merge_LGs = TRUE,
log = NULL
)
A data.frame
with markernames, linkage group ("LG"
) and homologue ("homologue"
), in which the linkage group numbers will be modified
A file with assigned markers of which (at least) part is present in both parents of the template parent.
A file with assigned markers of which (at least) part is present in both parents of the parent of which linkage group number are modified.
Logical, by default TRUE
. If FALSE
, any discrepency in the number of linkage groups will not be merged, but removed instead.
This can be needed if the number of chromosomes identified is not equal between parents, and the user wishes to proceed with a core set.
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
A modified modified_LG according to the template_SxS linkage group numbering
# NOT RUN {
data("LGHomDf_P2_2", "P1_SxS_Assigned", "P2_SxS_Assigned")
consensus_LGHomDf<-consensus_LG_names(LGHomDf_P2_2, P1_SxS_Assigned, P2_SxS_Assigned)
# }
Run the code above in your browser using DataLab