This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Sequence clustering and motif identification.

I have a alignment of >300 homologous sequences from different samples. All are the same length at around 15,000 bases. I don't expect any to be identical but wish to cluster them and identify the (motifs or individual bases) which distinguish or are more characteristic of each cluster than from any of the others.

I realize I could do some variation on hierarchical clustering but am curious if anyone has any advice on how to proceed.

Any comments appreciated.

clustering alignment sequence motifs

1 answer

You could use h-cd-hit to divide them in clusters http://cd-hit.org/

Then use each cluster to discover motif with program of the MEME suits http://meme.nbcr.net/meme/

Log in to answer this question.