X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FGC.content.Rd;fp=man%2FGC.content.Rd;h=0000000000000000000000000000000000000000;hb=1df144a18356d9b329324324bc2f78cfdf1cea3d;hp=dc59d07b5f18640ff3ba57bc3ec9bd48f9c954f5;hpb=477a8f1b7e5841202ef29d3d8af3c93acd35c043;p=ape.git diff --git a/man/GC.content.Rd b/man/GC.content.Rd deleted file mode 100644 index dc59d07..0000000 --- a/man/GC.content.Rd +++ /dev/null @@ -1,28 +0,0 @@ -\name{GC.content} -\alias{GC.content} -\title{Content in GC from DNA Sequences} -\usage{ -GC.content(x) -} -\arguments{ - \item{x}{a vector, a matrix, a data frame, or a list which contains - the DNA sequences.} -} -\description{ - This function computes the percentage of G+C in a sample of DNA sequences. -} -\details{ - The percentage of G+C is computed over all sequences in the - sample. All missing or unknown sites are discarded from the - computations. The present function actually uses the function - \code{base.freq}. -} -\value{ - A single numeric value is returned. -} -\author{Emmanuel Paradis} -\seealso{ - \code{\link{base.freq}}, \code{\link{seg.sites}}, - \code{\link{nuc.div}} -} -\keyword{univar}