import_MultipleAlignment | R Documentation |
import sequences algned results
import_MultipleAlignment(filepath, format = "fasta", type = "DNA")
filepath |
A character vector (of arbitrary length when reading, of length 1
when writing) containing the paths to the files to read or write.
Note that special values like |
format |
Either |
type |
one of "DNA" and "Protein" |
object of DNAMultipleAlignment
aliSeqPath <- system.file("extdata", "seqs.fa", package = "geneHapR")
geneSeqs <- import_MultipleAlignment(filepath = aliSeqPath,
format = "fasta",
type = "DNA")
geneSeqs <- import_MultipleAlignment(filepath = aliSeqPath,
format = "fasta",
type = "Protein")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.