File: meanVarPlot-methods.Rd

package info (click to toggle)
r-bioc-edaseq 2.32.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\name{meanVarPlot-methods}
\docType{methods}
\alias{meanVarPlot}
\alias{meanVarPlot-methods}
\alias{meanVarPlot,SeqExpressionSet-method}
\title{ Methods for Function \code{meanVarPlot} in Package \pkg{EDASeq}}
\description{
\code{meanVarPlot} produces a \code{smoothScatter} plot of the mean variance relation.
}
\section{Methods}{
\describe{

\item{\code{signature(x = "SeqExpressionSet")}}{
It takes as additional argument \code{log}, which if true consider the logarithm of the counts before computing mean and variance. To avoid missing values, we consider the maximum between 0 and the log of the counts. Along with the scatter plot the function plots a line representing the \code{\link{lowess}} fit.
}
}}
\keyword{methods}