https://github.com/cran/ape
Raw File
Tip revision: 1330e272d62c723b8073c95b066950b294f59697 authored by Emmanuel Paradis on 20 October 2012, 00:00:00 UTC
version 3.0-6
Tip revision: 1330e27
woodmouse.Rd
\name{woodmouse}
\alias{woodmouse}
\title{Cytochrome b Gene Sequences of Woodmice}
\description{
  This is a set of 15 sequences of the mitochondrial gene cytochrome
  \emph{b} of the woodmouse (\emph{Apodemus sylvaticus}) which is a
  subset of the data analysed by Michaux et al. (2003). The full data
  set is available through GenBank (accession numbers AJ511877 to
  AJ511987).
}
\usage{
data(woodmouse)
}
\format{
  The data are stored in an ASCII file using the sequential format for
  DNA sequences which is read with `read.dna()'.
}
\source{
  Michaux, J. R., Magnanou, E., Paradis, E., Nieberding, C. and Libois,
  R. (2003) Mitochondrial phylogeography of the Woodmouse
  (\emph{Apodemus sylvaticus}) in the Western Palearctic region.
  \emph{Molecular Ecology}, \bold{12}, 685--697.
}
\seealso{
  \code{\link{read.dna}}, \code{\link{DNAbin}}, \code{\link{dist.dna}}
}
\examples{
data(woodmouse)
str(woodmouse)
}
\keyword{datasets}
back to top