File: uniques-vector.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 (15 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/allClasses.R
\name{uniques-vector}
\alias{uniques-vector}
\title{The named integer vector format used to represent collections of unique DNA sequences.}
\description{
The uniques vector is an \code{integer} vector that is named by the unique sequence, and 
valued by the abundance of that sequence. This format is commonly used within the 
\code{\link{dada2-package}}, for function inputs and outputs. The \code{\link{getUniques}}
function coerces a variety of input objects into the uniques-vector format, including
\code{\link{dada-class}} and \code{\link{derep-class}} objects.
}
\seealso{
\code{\link{getUniques}}
}