powered by
phase_SN_diploid phases simplex x nulliplex markers for a diploid parent.
phase_SN_diploid
phase_SN_diploid( linkage_df, cluster_list, LOD_chm = 3.5, LG_number, independence_LOD = FALSE, log = NULL )
A linkage data.frame as output of linkage calculating linkage between 1.0 markers.
linkage
A list of cluster_stacks, the output of cluster_SN_markers.
cluster_SN_markers
Integer. The LOD threshold specifying at which LOD score the markers divide into chromosomal groups
Expected number of chromosomes (linkage groups)
Logical. Should the LOD of independence be used for clustering? (by default, FALSE.)
FALSE
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout (console).
A data.frame with markers classified by homologue and linkage group.
# NOT RUN { data("SN_SN_P2_triploid","P2_homologues_triploid") cluster_list2<-phase_SN_diploid(SN_SN_P2_triploid,P2_homologues_triploid,LOD_chm=5,LG_number = 3) # }
Run the code above in your browser using DataLab