View source: R/MafftOrientAlign.R
MafftOrientAlign | R Documentation |
This function allows you align each ortholog between all species
MafftOrientAlign(extract_dir, mafft_dir, threads = 1, omit_invariants = T)
extract_dir |
Directory containing unaligned/unorientated fasta files |
mafft_dir |
Directory to write orientated and aligned fasta files |
threads |
Number of cpu threads to use |
omit_invariants |
T/F toggle |
Dustin J Wcisel, djwcisel@ncsu.edu
James Thomas Howard, jthowar3@ncsu.edu
Jeffrey A Yoder, jayoder@ncsu.edu
Alex Dornburg, dornburgalex@gmail.com
MafftOrientAlign(extract_dir = "path/to/extracted/", mafft_dir = "/path/to/mafft/", threads = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.