kalign | R Documentation |
Runs Kalign progressive multiple sequence alignment on a set of sequences.
kalign(x, param=NULL)
kalign_help()
x |
an object of class DNAStringSet with the sequences to be aligned. |
param |
character string with the command line parameters for kalign (see output of |
For installation details see: https://github.com/mhahsler/rMSA/blob/master/INSTALL
An object of class DNAMultipleAlignment (see BioStrings).
Michael Hahsler
Lassmann T., Sonnhammer E. Kalign - an accurate and fast multiple sequence alignment algorithm, BMC Bioinformatics 2005, 6:298
## Not run:
dna <- readDNAStringSet(system.file("examples/DNA_example.fasta",
package="rMSA"))
dna
### align the sequences
al <- kalign(dna)
al
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.