Simply Translation DNA to protein without ORF prediction
0
0
Entering edit mode
3.6 years ago
SheelS ▴ 40

Several translation tools are available to convert DNA to protein with ORF prediction, and from -1, -2, -3 to 1, 2, 3 frame.

But my question is, are there any command-line-based tools (e.g. shell script or python) to make translate DNA to protein, simply starting from first nucleotide to the last nucleotide with nothing to predict?

For example,

$ python3 translation.tool.py -i input.fasta -o out.fasta  
$ cat input.fasta
>seq1 
CTG GCC TTA CTT 
>seq2 
CAA CGG
$ cat output.fasta
>seq1 
LALL
>seq2 
QR

Any good tools to share, please?

translation • 1.0k views
ADD COMMENT
1
Entering edit mode

Where did you find the program? What you want is just the 1st frame prediction. The program should allow you to specify that, if does not, find another that does, like this: http://reverse-complement.com/translate-protein/ROOT/

Another one: https://www.ebi.ac.uk/Tools/services/web_emboss_transeq/toolform.ebi

Command-line tool: http://emboss.sourceforge.net/apps/cvs/emboss/apps/transeq.html

António

ADD REPLY
0
Entering edit mode

You can do this quite easily with e.g. biopython, but you'll need to be able to specify a translation table.

ADD REPLY

Login before adding your answer.

Traffic: 2698 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6