File: boxplot-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 (22 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{boxplot-methods}
\docType{methods}
\alias{boxplot-methods}
\alias{boxplot,FastqQuality-method}
\alias{boxplot,SeqExpressionSet-method}
\title{  Methods for Function \code{boxplot} in Package \pkg{EDASeq} }
\description{
High-level functions to produce boxplots of some complex objects.
}
\section{Methods}{
\describe{

\item{\code{signature(x = "FastqQuality")}}{
It plots the distribution of the quality per read position.
}

\item{\code{signature(x = "SeqExpressionSet")}}{
It plots the distribution of the log counts in each lane of \code{x}.
}
}}
\keyword{methods}