File: plot-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 (17 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\name{plot-methods}
\docType{methods}
\alias{plot-methods}
\alias{plot,BamFileList,FastqFileList-method}
\title{  Methods for Function \code{plot} in Package \pkg{EDASeq} }
\description{
High-level function to produce plots given one \code{BamFileList} object and one \code{FastqFileList} object.
}
\section{Methods}{
\describe{

\item{\code{signature(x = "BamFileList", y = "FastqFileList")}}{
It produce a barplot of the percentage of mapped reads. If \code{strata=TRUE} it stratifies the bars according to the unique/non-unique mapped reads.
To be meaningful, \code{x} should be a set of aligned reads and \code{y} a set of raw reads on the same samples.
}
}}
\keyword{methods}