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}
|