Description Usage Arguments Value Author(s) See Also Examples
haplotype
extracts the haplotypes from a set of DNA
sequences. The result can be plotted with the appropriate function.
1 2 3 4 5 |
x |
a set of DNA sequences (as an object of class
|
labels |
a vector of character strings used as names for the rows of the returned object. By default, Roman numerals are given. |
... |
further arguments passed to
|
haplotype
returns an object of class c("haplotype",
"DNAbin")
which is an object of class "DNAbin"
with two
additional attributes: "index"
identifying the index of each
observation that share the same haplotype, and "from"
giving
the name of the original data.
Emmanuel Paradis
haploNet
, DNAbin
for manipulation of
DNA sequences in R.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.