X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fclustal.Rd;h=afb8d735c2cff167bd267fba5c336f291054e18d;hb=c488b74490ee3d9d200de0e471881f002a18fe4f;hp=78f07fc717d31cdc1f46c31a7cc4e6283da52f5f;hpb=f3304b6f40610d9b7306a9275d593b5c038ab0a0;p=ape.git diff --git a/man/clustal.Rd b/man/clustal.Rd index 78f07fc..afb8d73 100644 --- a/man/clustal.Rd +++ b/man/clustal.Rd @@ -10,9 +10,11 @@ \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.