View source: R/ReOrderAlignment.R
ReOrderAlignment | R Documentation |
This function re-orders aligned sequences with sequences based on the site of the alignment that they first have data. It also allows user to select reference sequences that will stay at the top of the alignmment regardless of starting position.
ReOrderAlignment(file, newfile, ref = "")
file |
the name of the fasta file which has sequences need to be re-ordered |
newfile |
name of the output file |
ref |
Either an integer or a characrter vector. Elements of the vector should match the sequences that should be kept at the top of the alignment. |
A fasta file
Sean Chien and Heath Blackmon
http://coleoguy.github.io/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.