powered by
Based on additional information, homologue fragments, separated during clustered should be merged again. merge_homologues allows to merge homologues per linkage group based on user input.
merge_homologues
merge_homologues(LG_hom_stack, ploidy, LG, mergeList = NULL, log = NULL)
A modified LG_hom_stack
A data.frame with markernames, linkage group ("LG") and homologue ("homologue")
data.frame
"LG"
"homologue"
The ploidy level of the plant species.
The linkage group where the to be merged homologue fragments are in.
A list of vectors of length 2, specifying the numbers of the homologue fragments to be merged. User input is asked if NULL.
NULL
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
data("LGHomDf_P2_1") merged<-merge_homologues(LGHomDf_P2_1,ploidy=4,LG=2,mergeList=list(c(1,5)))
Run the code above in your browser using DataLab