Description Usage Arguments Value Examples
Read a fasta-formatted alignment file
1  | read.alignment.file(aas_file = NULL, alignment_format = "fasta")
 | 
aas_file | 
 File containing aligned protein sequences  | 
alignment_format | 
 Format of alignment file/s; must be one of these:   | 
A matrix that contains the alignment.
1 2 3 4 5  | ## Not run: 
aln <- read.alignment.file(system.file("extdata", "CH505-gp160.fasta", 
                                        package="lassie"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.