WrokFlow for two FASTA files-remove similar (homology) sequences

How i can remove sequences from two given FASTA files that they are similar or homolgy?

 

Best

Malik

Hi Malik,

You'd need to decide on an algorithm (e.g. FASTA, BLAST, something newer and trendier) that can tell you whether the two sequences are similar. You could e.g. use the NCBI REST web services to perform the alignments. Once you have the numeric scores you can filter those that are below your threshold using the Row Filter on the score column.

Best,

Jon