Description Usage Arguments Value Examples
View source: R/exported_functions.R
After running finish_linkage_analysis
recombination frequency, LOD and phase are grouped by linkage group.
This functions classifies them into homologue within the linkage group.
1 | split_linkage_info(all_linkages, marker_assignment, ploidy, log = NULL)
|
all_linkages |
A list of linkage information divided by linkage group as output of |
marker_assignment |
A complete marker assignment |
ploidy |
Integer. The ploidy level of the plant species. |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
A nested list with linkage group on the first level and homologue on the second.
1 2 | data("marker_assignments_P1", "all_linkages_list_P1")
splitted_list<-split_linkage_info(all_linkages_list_P1, marker_assignments_P1, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.