Dear All,
When I run this commands below I get too many OTUs, which will not help me. I get almots as much as OTU number as my sequence number. I try this but couldn’t get any further please help me.
- trim.seqs(fasta=x.fasta,oligos=x.oligos,allfiles=t,processors=8)
- unique.seqs(fasta=x.fasta)
- align.seqs(candidate=x.unique.fasta,template=silva.bacteria.fasta,flip=t,processors=8)
- filter.seqs(fasta=x.unique.align)
- dist.seqs(fasta=x.unique.filter.fasta,calc=onegap,countends=F,cutoff=0.03,output=lt,processors=8)
- cluster(phylip=x.unique.filter.phylip.dist,name=x.names,method=furthest,cutoff=0.03)
- classify.seqs(fasta=x.fasta,template=nogap.bacteria.fasta,taxonomy=silva.bacteria.rdp6.tax,cutoff=60)
- classify.otu(taxonomy=x.rdp6.taxonomy,list=x.unique.filter.phylip.fn.list,label=0.03)