denoise: Runs a full DADA2 workflow.

View source: R/workflow_dada2.R

denoiseR Documentation

Runs a full DADA2 workflow.

Description

This performs the following steps:

  1. Learning the error rate for each run separately

  2. Inferring sequence variants for each run and sample

  3. Merging of feature tables across runs

  4. Consensus chimera removal

  5. Taxa assignment with Naive Bayes

  6. Species assignment by exact alignment

  7. Diagnostic plots of the error rates

You will usually want to preprocess the read files first with preprocess. Depending on your config the sequences might be represented by an MD5 hash. In this case the taxa table has an additional 'sequence' column containing the real sequences.

Usage

denoise(object, ...)

Arguments

object

An experiment data table as returned by find_read_files or a worflow object.

...

A configuration as returned by config_denoise.

Value

A list containing the workflow results:

feature_table

Matrix of sequence variant abundances. Samples are and sequences are columns.

taxonomy

Matrix of taxonomy assignments. Rows are sequences and columns are taxonomy ranks.

errors

The error profiles estimated by DADA2. One for each run and read direction (forward/reverse).

error_plots

Plotted error profiles. One for each run and read direction (forward/reverse).

passed_reads

How many reads were kept in each step. Rows are samples and columns are workflow steps.

classified

The proportion of sequence variants that could be where a specific taxa rank could be classified.


Gibbons-Lab/mbtools documentation built on Jan. 28, 2024, 11:08 a.m.