I have two hundred no. of gene sequences whose protein structure is not known.. i want to translate appropriate protein from all the gene sequence through some software. Which software i need to use?
For each DNA sequence there are six different possibilities for protein sequences (forward and reverse, each one with three different frames), so your best bet would be finding the one which is closely matched by a protein sequence that already exists. So, as mentioned above, Blast is the way to go. I guess the best option would be doing a blastx search, on which the query is a nucleotide sequence and the search space is a protein database. If you only need to find the probable protein sequence, use nr as the database, but if you want to find a possible structure, use PDB as the database.
For each DNA sequence there are six different possibilities for protein sequences (forward and reverse, each one with three different frames), so your best bet would be finding the one which is closely matched by a protein sequence that already exists. So, as mentioned above, Blast is the way to go. I guess the best option would be doing a blastx search, on which the query is a nucleotide sequence and the search space is a protein database. If you only need to find the probable protein sequence, use nr as the database, but if you want to find a possible structure, use PDB as the database.