Mafft(file.name, file.path="", type="DNA", aln.filetype="FASTA", args=NULL, out.name=NULL, print.curl=FALSE, job.name=NULL, shared.username=NULL, suppress.Warnings=FALSE)
FASTA
and CLUSTALW
Additional arguments, args
, can be found at http://mafft.cbrc.jp/alignment/software/manual/manual.html#lbAI. The args input is text with the flags and inputs for those flags in a string like on the command line.
There are two options for output files: FASTA
http://en.wikipedia.org/wiki/FASTA_format and CLUSTALW
http://meme.nbcr.net/meme/doc/clustalw-format.html.
The result file is ALWAYS `mafft.aln'.
ListApps, Validate, UploadFile
## Not run: data(DNA.fasta)
## Not run: write.fasta(sequences = DNA.fasta, names = names(DNA.fasta), file.out = "DNA.fasta")
## Not run: Validate("username","password")
## Not run: UploadFile("DNA.fasta", filetype="FASTA-0")
## Not run: Mafft("DNA.fasta", job.name="MafftFASTA")
Run the code above in your browser using DataLab