How to create *.dist file?
1
0
Entering edit mode
7.8 years ago
Arindam Ghosh ▴ 510

I need .dist file for MOTHUR. Using dist.seq gives error as "sequences are of dissimilar lengths*". Any alternate methods?

sequence mothur distance matrix phylogenetics • 1.7k views
ADD COMMENT
0
Entering edit mode
6.4 years ago

This method will calculate the distance matrix without considering Terminal Gap Penalty

dist.seqs(fasta=input.fasta, countends=F)

Alternative method is To trim your fasta reads to the most common length

1) trim.seqs(fasta=input.fasta, minlength=300, maxlength=300)

2) dist.seqs(fasta=input.trim.fasta, countends=T)

ADD COMMENT

Login before adding your answer.

Traffic: 2732 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6