# \donttest{
data(HVGERM)
asc <- inferAlleleClusters(HVGERM[1:50])
# Basic truncated tree with ASC labels
if (requireNamespace("ggtree", quietly = TRUE)) {
plotTruncatedTree(asc, show_heatmap = FALSE)
# With IUIS labels (marked if ASC splits IUIS group)
plotTruncatedTree(asc, label_style = "iuis", show_heatmap = FALSE)
}
# }
Run the code above in your browser using DataLab