Reads in fasta files and converts into sequence matrix
fasta.read(file, seqlength = 648, pos1 = 1, pos2 = 3)
A matrix of sequences, with the unique specimen identifers in the first column, the species names in the second column, and the sequence starting in the third column.
A fasta file to be read in.
Length of sequence.
The position within the fasta title of the unique specimen identifier. By default pos1 = 1.
The position within the fasta title of the species name. By default pos2 = 3.
Taryn B. T. Athey and Paul D. McNicholas