Dear colleagues! I have a file with sequences in FASTA format. I want to remove part of sequence with known coordinates from the fasta file. In detail, i have a file1 with sequence ID with coordinates and file 2 has the fasta sequences of all that were mentioned in the file1. taking this coordinates into consideration from file1, matching them with fasta file2 and get the sequence without the mentioned coordinate part sequence. Any help would be highly appreciated.
Could you please write an example of what you need to get done? It's hard to understand from verbal description only.
This falls into the category "parse a FASTA file and do something with it." As you have tagged your question "perl/bioperl", step 1 is "learn how to parse a FASTA file using those tools". So start with the SeqIO how-to.