BioJava: How to get only frame 1 of DNA to Protein translation?
0
0
Entering edit mode
9.8 years ago
lifeh2o • 0

How can I get only frame 1 when translating DNA to protein.

I am using the following code to translate to protein but output is a little different from http://translate-protein.com/ (Frame 1) and http://web.expasy.org/translate/ (Frame 1).

SymbolList symL = DNATools.createDNA(input); 

//transcribe to RNA (after biojava 1.4 use this method instead)
symL = DNATools.toRNA(symL);
//translate to protein
symL = RNATools.translate(symL);

out1 = symL.seqString();

Output Difference: http://www.diffnow.com/?report=sd9t4

I am using BioJava 1.7.1 in Taverna

Translation BioJava RNA-Seq Protein • 2.9k views
ADD COMMENT
0
Entering edit mode

How do i do that?

ADD REPLY

Login before adding your answer.

Traffic: 2893 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