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.