Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dada-class

The object class returned by dada


Description

A multi-item List with the following named values...

  • $denoised: Integer vector, named by sequence valued by abundance, of the denoised sequences.

  • $clustering: An informative data.frame containing information on each cluster.

  • $sequence: A character vector of each denoised sequence. Identical to names($denoised).

  • $quality: The average quality scores for each cluster (row) by position (col).

  • $map: Integer vector that maps the unique (index of derep$unique) to the denoised sequence (index of dada$denoised).

  • $birth_subs: A data.frame containing the substitutions at the birth of each new cluster.

  • $trans: The matrix of transitions by type (row), eg. A2A, A2C..., and quality score (col) observed in the final output of the dada algorithm.

  • $err_in: The err matrix used for this invocation of dada.

  • $err_out: The err matrix estimated from the output of dada. NULL if err_function not provided.

  • $opts: A list of the dada_opts used for this invocation of dada.

See Also


dada2

Accurate, high-resolution sample inference from amplicon sequencing data

v1.18.0
LGPL-3
Authors
Benjamin Callahan <benjamin.j.callahan@gmail.com>, Paul McMurdie, Susan Holmes
Initial release
2020-08-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.