cluster_SN_markers
clusters simplex nulliplex at different LOD scores.
cluster_SN_markers(
linkage_df,
LOD_sequence = 7,
independence_LOD = FALSE,
LG_number,
ploidy,
parentname = "",
plot_network = F,
min_clust_size = 1,
plot_clust_size = TRUE,
max_vertex_size = 5,
min_vertex_size = 2,
phase_considered = "All",
log = NULL
)
A (named) list of cluster stacks, each of which is a data.frame with columns "marker" and "cluster"
A linkage data.frame as output of linkage
calculating linkage between 1.0 markers.
A numeric vector. Specifying a sequence of LOD thresholds at which clustering is performed.
Logical. Should the LOD of independence be used for clustering? (by default, FALSE
.)
Expected number of chromosomes (linkage groups)
Ploidy level of the plant species
Name of parent
Logical. Should a network be plotted. Recommended FALSE with large number of marker combinations.
Integer. The minimum cluster size to be plotted. This does not delete clusters. All clusters are returned.
Logical. Should exact cluster size be plotted as vertex labels?
Integer. The maximum vertex size. Only used if plot_clust_size=FALSE
.
Integer. The minimum vertex size. Only used if plot_clust_size=FALSE
.
Character string. By default all phases are used, but "coupling" or "repulsion" are also allowed.
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout (console).
data("SN_SN_P1")
cluster_list<-cluster_SN_markers(SN_SN_P1,LOD_sequence=c(4:10),parentname="P1",ploidy=4,LG_number=5)
Run the code above in your browser using DataLab