Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/align.clustalw.R
DNA sequences are aligned by means of ClustalW (Multiple Sequence Alignment).
1 | align.clustalw(filein , fileout = "Sq.fa", call)
|
filein |
A set of nucleotide sequences in FASTA format. |
fileout |
Output file in FASTA format. |
call |
string of characters needed to call Clustalw from the working directory |
This function needs aaMI-package
Fileout is a file in FASTA format with aligned nucleotide sequences.
Erola Pairo <epairo@ibecbarcelona.eu> and Joan Maynou <joan.maynou@upc.edu>.
J. Thompson, D. Higgins, and T. Gibson, Clustal w: improving the sensitivity of progressive multiple sequence alignment through sequence weighting, positions-specific gap penalties and weight matrix choice, Nucleic Acids Res., vol. 22, 1994.
align.MEME, align.MUSCLE
1 2 | pathMEET<-system.file("exdata",package="MEET")
#align.clustalw(filein=paste(pathMEET,"AP1.fa",sep="/"), fileout="Sq.fa",call=call.clustalw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.