read.fasta {treeio} | R Documentation |
read FASTA file
read.fasta(fasta, type = "auto")
fasta |
fasta file |
type |
sequence type of the input file, one of 'NT' or 'AA'. Default is 'auto' and guess the sequence type automatically |
This function supports both DNA or AA sequences
DNAbin or AAbin object
Guangchuang Yu