powered by
The deletionHeatmap function generates a graphical output of the single chromosome deletions in multiple samples.
deletionHeatmap
deletionHeatmap( hap_table, chain = c("IGH", "IGK", "IGL", "TRB", "TRA"), kThreshDel = 3, genes_order = NULL, html_output = FALSE )
A single chromosome deletion visualization.
haplotype summary table. See details.
the IG chain: IGH,IGK,IGL. Default is IGH.
the minimum lK (log10 of the Bayes factor) used in createFullHaplotype to call a deletion. Indicates the color for strong deletion. Default is 3.
createFullHaplotype
A vector of the genes by the desired order. Default is by GENE.loc
If TRUE, a html5 interactive graph is outputed insteaed of the normal plot. Default is FALSE
A data.frame created by createFullHaplotype.
data.frame
# Plotting single choromosme deletion from haplotype inference deletionHeatmap(samplesHaplotype)
Run the code above in your browser using DataLab