Description Usage Arguments Value Author(s) Examples
View source: R/createConsensus.R
Return a consensus sequence from set of aligned sequences, introducing IUPAC ambiguity codes where necessary.
1 | createConsensus(x, ignore.gaps = FALSE, simplify = TRUE)
|
x |
a gtypes object with aligned sequences or a list of aligned DNA sequences. |
ignore.gaps |
logical. Ignore gaps at a site when creating consensus.
If |
simplify |
if there is a single locus, return result in a simplified
form? If |
A character vector of the consensus sequence.
Eric Archer eric.archer@noaa.gov
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.