Description Usage Arguments Details Value Author(s) References See Also Examples
Using seqinr R package, constructs a consensus DNA sequences from a set of aligned Sequences
| 1 | CreateConsensus(alignedSequences,iicc,filein)
 | 
| alignedSequences | Aligned DNA sequences | 
| iicc | Initial options | 
| filein | Fasta file with a set of aligned sequences with MEME | 
package "seqinr" is required
SeqCons: Consensus sequence (if gaps a "Na" is returned)
Erola Pairo <epeiroatibec.ub.pcb.es>
https://r-forge.r-project.org/projects/seqinr/
align.clustalw, align.MEME, read.aligned, align.muscle
| 1 2 3 4 5 | require("MEET")
data(TranscriptionFactor)
data(iicc)
pathMEET <- system.file("sequences", package = "MEET")
SeqCons<-CreateConsensus(TranscriptionFactor,iicc,filein=NULL)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.