mafftR | R Documentation |
MAFFT (Multiple Sequence Alignment) in R
mafftR(TargetFasta, MafftOptions = "--auto --inputorder")
TargetFasta |
Full path to the target sequence(s); Example: TargetFasta="/usr/mrb/casilico/genome.fasta" |
mafft_Options |
Options to run mafft; Example: MafftOptions="–auto –inputorder" |
msa file (output of mafft), always output format is Clustal and name is final_fasta_file.aln
mafftR reports output as a cluster in final_fasta_file.aln file. details for Options at https://mafft.cbrc.jp/alignment/software/manual/manual.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.