Entering edit mode
4.7 years ago
c.e.chong
▴
60
Hi All,
I want to convert a multifasta file (containing the nucleotide sequences of genes from the pangenome.fa output from Roary) to an amino acid sequence file, so I can input it into eggNOG-mapper to functionally annotate COGs.
Does anyone know a good way to do this?
Thank you in advance!
Is there a reason you want to convert? I think eggNOG mapper takes CDS sequences also as input.
I didn't see this option!! Thank you.
You just need to translate the sequences with the relevant codon table for your organism. This is quite common and there are lots of tools that can do this.
A better solution though, which will be more accurate and true to the original data, would be to take the IDs of the genes you have, and then use those ID's to pull out the corresponding protein sequences from the original genbanks. You will need to show us your data for us to be much more help however.