Description Usage Arguments Value Examples
View source: R/exported_functions.R
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.
1 2 | merge_homologues(LG_hom_stack, ploidy, linkage_group, mergeList = NULL,
log = NULL)
|
LG_hom_stack |
A |
ploidy |
The ploidy level of the plant species. |
linkage_group |
The linkage group where the to be merged homologue fragments are in. |
mergeList |
A list of vectors of length 2, specifying the numbers of the homologue fragments to be merged. User input is asked if |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
A modified LG_hom_stack
1 2 | data("LGHomDf_P2_1")
merged<-merge_homologues(LGHomDf_P2_1, 4, 2, list(c(1,5)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.