Description Usage Arguments Value Examples
View source: R/exported_functions.R
Some 1.0 markers might have had ambiguous linkages, or linkages with low LOD scores leaving them unlinked to a linkage group.
assign_SN_SN
finds 1.0 markers unlinked to a linkage group and tries to assign them.
1 2 | assign_SN_SN(linkage_df, LG_hom_stack, LOD_threshold, ploidy, LG_number,
log = NULL)
|
linkage_df |
A |
LG_hom_stack |
A |
LOD_threshold |
A LOD score at which linkages between markers are significant. |
ploidy |
Integer. The ploidy level of the plant species. |
LG_number |
Integer. Number of chromosomes (linkage groups) |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
Returns a data.frame
with the following columns:
SxN_Marker |
The markername |
Assigned_hom1 |
The assigned homologue |
Assigned_LG |
The assigned linkage group |
1 2 3 4 5 6 | data("SN_SN_P1", "LGHomDf_P1_1")
SN_assigned<-assign_SN_SN(linkage_df = SN_SN_P1,
LG_hom_stack = LGHomDf_P1_1,
LOD_threshold= 4,
ploidy=4,
LG_number=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.