prank | R Documentation |
DNA sequence Alignment Using the program PRANK.
prank(x, outfile, guidetree = NULL, gaprate = 0.025,
gapext = 0.75, path)
x |
an object of class |
outfile |
a character string giving a name for the output file. |
guidetree |
an object of class |
gaprate |
numeric giving the gap opening rate; defaults to 0.025. |
gapext |
numeric giving the gap extension penalty; defaults to 0.75. |
path |
a character string indicating the path to the PRANK executable. |
matrix
of class "DNAbin"
prank
was last updated and tested to work with PRANK v. 120814 on Windows XP. If you have problems getting the function to work with a newer version of PRANK, contact the package maintainer.
http://wasabiapp.org/software/prank/
read.fas
to import DNA sequences;
mafft
for another alignment algorithm;
gblocks
and aliscore
for alignment cleaning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.