Description Usage Arguments Value Note Author(s) Examples
Process the multiple sequence alignment files, the results can be used for the other functional functions. Note that the reference sequence should be included as the first sequence.
1 |
x |
multiple sequence alignment files |
format |
a character string specifying the format of the file: "clustal","fasta","mase","phylip","msf", refer to read.alignment function in seqinr package for details. |
A vector of sequences with names is returned.
To ensure an exact result, the reference sequence should be included in the alignment as the first sequence.
Zhenpeng Li
1 2 | examplefile=system.file("extdata","PI_treatment.aln",package="CorMut")
example=seqFormat(examplefile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.