Learn R Programming

AlignStat (version 1.3.1)

plot_dissimilarity_matrix: A heatmap plot of the dissimilarity matrix of two multiple sequence alignments

Description

A heatmap plot of the dissimilarity matrix of two multiple sequence alignments

Usage

plot_dissimilarity_matrix(x, display = TRUE)

Arguments

x
an object of type "pairwise alignment comparison" (typically the summary file generated by compare_alignments)
display
display this plot (default = TRUE)

Examples

Run this code
data(reference_alignment)
data(comparison_alignment)
PAC <- compare_alignments(reference_alignment,comparison_alignment)
plot_dissimilarity_matrix(PAC)

Run the code above in your browser using DataLab