]> git.donarmstrong.com Git - ape.git/blob - man/GC.content.Rd
various corrections
[ape.git] / man / GC.content.Rd
1 \name{GC.content}
2 \alias{GC.content}
3 \title{Content in GC from DNA Sequences}
4 \usage{
5 GC.content(x)
6 }
7 \arguments{
8   \item{x}{a vector, a matrix, a data frame, or a list which contains
9     the DNA sequences.}
10 }
11 \description{
12   This function computes the percentage of G+C in a sample of DNA sequences.
13 }
14 \details{
15   The  percentage of G+C is computed over all sequences in the
16   sample. All missing or unknown sites are discarded from the
17   computations. The present function actually uses the function
18   \code{base.freq}.
19 }
20 \value{
21   A single numeric value is returned.
22 }
23 \author{Emmanuel Paradis}
24 \seealso{
25   \code{\link{base.freq}}, \code{\link{seg.sites}},
26   \code{\link{nuc.div}}
27 }
28 \keyword{univar}