create sequence similarity network directly from FASTA file
1
0
Entering edit mode
3.5 years ago
taojincs ▴ 50

Hi everyone, I am looking for an open-source software that I can incorporate into Django or any existing tool to create sequence similarity network from FASTA file.

Given several protein sequences in fasta format, it will create a network of sequence similarity with each sequence labeled.

I looked into visone and EFI - Enzyme Similarity Tool and hope to learn more great tools.

I basically want to create protein similarity network among some (10-20) selected proteins within the same homologous clusters. Is there a more efficient way/existing open-source tool so that I can incorporate it into my website development?

Thank you a lot.

software protein fasta file similarity network • 1.5k views
ADD COMMENT
0
Entering edit mode
3.5 years ago
Mensur Dlakic ★ 27k

Comparing all sequences against each other using BLAST will give you a numerical representation of sequence similarity. Those can be fed into MCL which will produce clusters, and clusters are easy to convert into networks.

ADD COMMENT

Login before adding your answer.

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