This function opens SeaView (Gouy, Guindon & Gascuel, 2010) to visualize biological sequences and phylogenetic trees. The software must be installed on the computer.
seaview(
x,
seaview_exec = getOption("bioseq.seaview.exec", default = "seawiew")
)
a DNA, RNA or AA vector.
Alternatively a DNAbin
or AAbin
object or
a phylogenetic tree (class phylo
).
a character string giving the path of the program.
By default, the function assumes that the executable is installed
in a directory located on the PATH. Alternatively the user can provide
an absolute path to the executable (i.e. the location where the software
was installed/uncompressed). This can be stored in the global
options settings using
options(bioseq.seaview.exec = "my_path_to_seaview")
.
Gouy M., Guindon S. & Gascuel O. (2010) SeaView version 4 : a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular Biology and Evolution 27(2):221-224.
Other GUI wrappers:
aliview()