]> git.donarmstrong.com Git - ape.git/blob - man/woodmouse.Rd
fix from Pierre Legendre
[ape.git] / man / woodmouse.Rd
1 \name{woodmouse}
2 \alias{woodmouse}
3 \title{Cytochrome b Gene Sequences of Woodmice}
4 \description{
5   This is a set of 15 sequences of the mitochondrial gene cytochrome
6   \emph{b} of the woodmouse (\emph{Apodemus sylvaticus}) which is a
7   subset of the data analysed by Michaux et al. (2003). The full data
8   set is available through GenBank (accession numbers AJ511877 to
9   AJ511987).
10 }
11 \usage{
12 data(woodmouse)
13 }
14 \format{
15   The data are stored in an ASCII file using the sequential format for
16   DNA sequences which is read with `read.dna()'.
17 }
18 \source{
19   Michaux, J. R., Magnanou, E., Paradis, E., Nieberding, C. and Libois,
20   R. (2003) Mitochondrial phylogeography of the Woodmouse
21   (\emph{Apodemus sylvaticus}) in the Western Palearctic region.
22   \emph{Molecular Ecology}, \bold{12}, 685--697.
23 }
24 \seealso{
25   \code{\link{read.dna}}, \code{\link{DNAbin}}, \code{\link{dist.dna}}
26 }
27 \examples{
28 data(woodmouse)
29 str(woodmouse)
30 }
31 \keyword{datasets}