A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://grunwaldlab.github.io/demulticoder/articles/Documentation.html below:

Documentation • demulticoder

Place all your input files into a single directory. The directory should contain the following files:

Read Name Format

To avoid errors, the only characters that are acceptable in sample names are letters and numbers. Characters can be separated by underscores, but no other symbols. The files must end with the suffix R1.fastq.gz or R2.fastq.gz

Examples of permissible sample names are as follows:

Other permissible names are:

What is not permissible is:

Metadata file components

The metadata.csv file contains information about the samples and primers (and associated metabarcodes) used in the experiment. It has the following two required columns:

Please add your associated metadata to the file after these two required columns. This can then be used for your downstream exploratory or diversity analyses, as the sample data will be incorporated into the final phyloseq and taxmap objects.

Example file (with optional third column):

sample_name,primer_name,organism
S1,rps10,Cry
S2,rps10,Cin
S1,its,Cry
S2,its,Cin
Primer and parameter file components

The primerinfo_params.csv file contains information about the primer sequences used in the experiment, along with optional additional parameters that are part of the DADA2 pipeline. If anything is not specified, the default values will be used.

Required columns:

Below are the parameters that can be input into the primerinfo_params.csv file along with the defaults. Refer to the DADA2 documentation and manual for additional information.

DADA2 filterAndTrim function parameters:

DADA2 learnErrors function parameters:

DADA2 plotErrors parameters:

DADA2 dada function parameters:

DADA2 mergePairs function parameters:

DADA2 removeBimeraDenovo function parameters:

DADA2 assignTaxonomy function parameters:

Other parameters to include in CSV input file:

Example file (with select optional columns after forward and reverse primer sequence columns):

primer_name,forward,reverse,already_trimmed,minCutadaptlength,multithread,verbose,maxN,maxEE_forward,maxEE_reverse,truncLen_forward,truncLen_reverse,truncQ,minLen,maxLen,minQ,trimLeft,trimRight,rm.lowcomplex,minOverlap,maxMismatch,min_asv_length
rps10,GTTGGTTAGAGYARAAGACT,ATRYYTAGAAAGAYTYGAACT,FALSE,100,TRUE,FALSE,1.00E+05,5,5,0,0,5,150,Inf,0,0,0,0,15,0,50
its,CTTGGTCATTTAGAGGAAGTAA,GCTGCGTTCTTCATCGATGC,FALSE,50,TRUE,FALSE,1.00E+05,5,5,0,0,5,50,Inf,0,0,0,0,15,0,50
Reference Databases

Databases will be copied into the user-specified data folder where raw data files and csv files are located. The names will be parameters in the assignTax function.

For now, the package is compatible with the following databases:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4