What Softwares Can Be Used For Clustering Nucleic Acid Fragments??
3
2
Entering edit mode
12.4 years ago
Angel ▴ 90

What kind of softwares can be used for clustering nucleic acid fragments??

clustering • 3.7k views
ADD COMMENT
2
Entering edit mode

This highly depends on your purpose and the type of your sequences. There is no single algorithm that solves every problem.

ADD REPLY
1
Entering edit mode

This highly depends on your purpose and the type of your sequences.

ADD REPLY
3
Entering edit mode
12.4 years ago

For clustering (that is grouping by similarity) I use often cd-hit. It has a special version designed to cluster fragments/reads from 454 sequencer: cd-hit-454.

If more fine grained clustering is necessary, you can use CLANS (visual clustering software on the basis of BLAST similarity).

Finally, if the group of sequences is similar you can do MSA, as Larry suggested.

ADD COMMENT
0
Entering edit mode

+1. Impossible to know if this is based on sequence reads or similar seqs for an MSA.

ADD REPLY
3
Entering edit mode
12.4 years ago

Another solution without MSA (by the way, I'm not sure that MSA is clustering):

you can build a similarity-based network (by using a usearch or blast all-against-all result file), and then apply a pruning algorithm like mcl or silix. This strategy is for me the most efficient way to have good clusters, but it is slower than using uclust or cd-hit.

ADD COMMENT
0
Entering edit mode

This is helpful +1. Long before there was software or even the thought of aligning numerous sequence reads, there was CLUSTALW, aprogram designed to perform an MSA and draw a dendrogram, which clustered similar sequences in visual space. Whether that historical precedent is now lost to sequence assembly is a matter for friendly debate, preferably over coffee/tea/beer.

ADD REPLY
1
Entering edit mode
12.4 years ago

Clustering is distinct from assembling (sequence reads) and implies a multiple sequence alignment (MSA). An MSA can be used as input for phylogenetic analysis, the output of which resembles a tree showing clusters of taxa (sequences) of similarity on branches.

You can perform an MSA with CLUSTAL/CLUSTALW, TCOFFEE or MUSCLE or any of several other such algorithms. Many have web-accessibility.

ADD COMMENT
1
Entering edit mode

Your question does not state structure or sequence: What kind of softwares [sic] can be used for clustering nucleic acid fragments?

ADD REPLY
0
Entering edit mode

@larry_Parnell i was asking clustering based on nucleic acid structures not sequence..

ADD REPLY

Login before adding your answer.

Traffic: 2034 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