1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
\name{plotNtFrequency-methods}
\docType{methods}
\alias{plotNtFrequency}
\alias{plotNtFrequency-methods}
\alias{plotNtFrequency,BamFile-method}
\alias{plotNtFrequency,ShortRead-method}
\title{ Methods for Function \code{plotNtFrequency} in Package \pkg{EDASeq} }
\description{
Plots the nucleotide frequencies per position.
}
\section{Methods}{
\describe{
\item{\code{signature(x = "ShortRead")}}{
}
\item{\code{signature(x = "BamFile")}}{
}
}
It plots the nucleotide frequencies per position, averaging all the reads in \code{x}.
}
\keyword{methods}
|