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