Home Software Services About Contact     
 
USEARCH v11

Mothur "shared" file

See also
  Making an OTU table (otutab command)
  mothur "list" file format
  mothur "names" file format

The mothur "shared" file is an OTU table.

The file is tab-separated text. The first line has column headings, the remaining lines are samples.

The first column is called "label". Most mothur commands ignore it. Some mothur commands set the label field to the clustering threshold, e.g. 0.03 for 97% OTUs. USEARCH commands put "usearch" in the label field.

The second column is called "Group". This is the sample name.

The third column is "numOtus". This is set to the number of OTUs, which is the same for all samples. It is redundant (because it can be calculated by counting the columns and subtracting three). If you modify a shared file to add or delete OTUs, you must be careful to update numOtus, so for example you can't use the Linux cut command to extract a subset.

A value in the matrix is a count, i.e. the number of reads for that OTU in that sample.

Example shared file

Image