]> git.donarmstrong.com Git - ape.git/blobdiff - man/clustal.Rd
some news for ape 3.0-8
[ape.git] / man / clustal.Rd
index 78f07fc717d31cdc1f46c31a7cc4e6283da52f5f..afb8d735c2cff167bd267fba5c336f291054e18d 100644 (file)
 \usage{
 clustal(x, pw.gapopen = 10, pw.gapext = 0.1,
         gapopen = 10, gapext = 0.2, exec = NULL,
-        MoreArgs = "", quiet = TRUE)
-muscle(x, exec = "muscle", MoreArgs = "", quiet = TRUE)
-tcoffee(x, exec = "t_coffee", MoreArgs = "", quiet = TRUE)
+        MoreArgs = "", quiet = TRUE, original.ordering = TRUE)
+muscle(x, exec = "muscle", MoreArgs = "", quiet = TRUE,
+       original.ordering = TRUE)
+tcoffee(x, exec = "t_coffee", MoreArgs = "", quiet = TRUE,
+        original.ordering = TRUE)
 }
 \arguments{
   \item{x}{an object of class \code{"DNAbin"}.}
@@ -25,6 +27,8 @@ tcoffee(x, exec = "t_coffee", MoreArgs = "", quiet = TRUE)
   \item{MoreArgs}{a character string giving additional options.}
   \item{quiet}{a logical: the default is to not print on \R's console the
     messages from the external program.}
+  \item{original.ordering}{a logical specifying whether to return the
+    aligned sequences in the same order than in \code{x}.}
 }
 \details{
   \code{clustal} tries to guess the name of the executable program
@@ -62,7 +66,7 @@ tcoffee(x, exec = "t_coffee", MoreArgs = "", quiet = TRUE)
 }
 \author{Emmanuel Paradis}
 \seealso{
-  \code{\link{image.DNAbin}}, \code{\link{del.gaps}}
+  \code{\link{image.DNAbin}}, \code{\link{del.gaps}}, \code{\link{alex}}
 
   The package \pkg{phyloch} which has similar functions for the MAFFT
   and Prank.