powered by
The hapDendo function generates a graphical output of an hierarchical clustering based on the Jaccard distance between multiple samples' haplotypes.
hapDendo
hapDendo( hap_table, chain = c("IGH", "IGK", "IGL", "TRB", "TRA"), genes_order = NULL, removeIGH = TRUE, mark_low_lk = TRUE, lk_cutoff = 1 )
A multitple samples visualization of the distances between haplotypes.
haplotype summary table. See details.
the IG/TR chain: IGH,IGK,IGL,TRB. Default is IGH.
A vector of the genes by the desired order. Default is by GENE.loc
if TRUE, 'IGH'\'IGK'\'IGL' prefix is removed from gene names. Default is TRUE.
if TRUE, a texture is add for low lK values. Default is TRUE.
the lK cutoff value to be considerd low for texture layer. Default is lK<1.
A data.frame created by createFullHaplotype.
data.frame
createFullHaplotype
# Plotting haplotype hierarchical clustering based on the Jaccard distance hapDendo(samplesHaplotype)
Run the code above in your browser using DataLab