LG | R Documentation |
Make linkage groups based on clustering
LG(LODmat, thresh = seq(2, 20, by = 2))
LODmat |
matrix of LOD scores for the marker bins |
thresh |
numeric vector of thresholds for clusterings |
If thresh
is a numeric vector with multiple LOD thresholds, the function returns a plot showing the number of markers per LG. If thresh
is a single value, the function returns a data frame with the LG assignment for each marker. LGs are numbered from the largest to smallest group.
Either a ggplot2 object or data frame of linkage groups (see Details)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.