This function displays in the console or a file an alignment of DNA or
AAsequences. The first sequence is printed on the first row and the
bases of the other sequences are replaced by dots if they are
identical with the first sequence.
Usage
alview(x, file = "", uppercase = TRUE)
Arguments
x
a matrix or a list of DNA sequences (class "DNAbin")
or a matrix of AA sequences (class "AAbin").
file
a character string giving the name of the file where to print the sequences; by default, they are printed in the console.
uppercase
a logical specifying whether to print the bases as uppercase letters.
Details
The first line of the output shows the position of the last column of the printed alignment.