Learn R Programming

seqinr (version 3.3-3)

as.matrix.alignment: as.matrix.alignment

Description

Converts an alignment into a matrix of characters

Usage

"as.matrix"(x, ...)

Arguments

x
an object of the class alignment.
...
additional arguments to be passed to or from methods.

Value

A matrix of characters.

See Also

read.alignment

Examples

Run this code
  phylip <- read.alignment(file = system.file("sequences/test.phylip",
   package = "seqinr"), format = "phylip")
  as.matrix(phylip)

Run the code above in your browser using DataLab