File: qtables2.Rd

package info (click to toggle)
r-bioc-dada2 1.34.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,016 kB
  • sloc: cpp: 3,096; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 741 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
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sequenceIO.R
\name{qtables2}
\alias{qtables2}
\title{Internal tables function}
\usage{
qtables2(x, qeff = FALSE, handle.zerolen = TRUE)
}
\arguments{
\item{x}{ShortReadQ.
The ShortReadQ-class object to table (or dereplicate).}

\item{qeff}{\code{logical(1)}.
Calculate average quality by first transforming to expected error rate.}

\item{handle.zerolen}{\code{logical(1)}.
Default TRUE. If TRUE, gracefully excludes zero-length sequences.}
}
\value{
List.
 Matches format of derep-class object.
}
\description{
Internal function to replicate ShortRead::tables functionality while also returning average quals and a map
from reads to uniques
}
\keyword{internal}