checkAlignment(x, check.gaps = TRUE, plot = TRUE, what = 1:4)
"DNAbin"
. If plot = TRUE
, four plots are done: an image of the
alignement, the distribution of gap widths (if present), the Shannon
index of nucleotide diversity along the sequence, and the number of
observed bases along the sequence.
If the sequences contain many gaps, it might be better to set
check.gaps = FALSE
to skip the analysis of contiguous
segments.
alview
, image.DNAbin
, all.equal.DNAbin
data(woodmouse)
checkAlignment(woodmouse)
Run the code above in your browser using DataLab