Description Usage Arguments Examples
This function plots reconstructed dendrogram in a genomic region.
1  | plotDend(dend, direction = "downwards")
 | 
dend | 
 An object of class   | 
direction | 
 A character string specifying the direction of the dendrogram. Four values are possible: "downwards" (the default), "upwards", "leftwards" and "rightwards".  | 
1 2 3 4 5 6 7 8  | data(ex_hapMat_data)
ex_dend <- reconstructPP(hapMat = ex_hapMat_data,
                         focalSNV = 3,
                         minWindow = 1,
                         sep = "-")
plotDend(dend = ex_dend, direction = "downwards")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.