Gene Prediction
1
0
Entering edit mode
10.5 years ago

Hello there !

I am in the process of developing a small web application as a part of an academic project to predict exons and introns in a given DNA sequence. I intend to do this for the eukaryotic sequences especially human. I have already written the basic exon finding program depending on start-stop codons taking into consideration the six possible reading frames etc.. Using BioJava, I have also added the BLAST(n and p) search on that given sequence through NCBI database. Now I want to make my program more technologically correct from the biological point of view. I further want to add the splice sites criteria of 5' GT 3' AG and want to predict CpG Islands as well. What other analysis can I add to make my gene predictor up to date? I would appreciate any suggestions from experts on the field whether it is a good plan for this small website. I am writing in MVC framework and using JAVA servlets.

Regards

gene-prediction • 2.7k views
ADD COMMENT
2
Entering edit mode
10.5 years ago
JC 13k

In my opinion, it's better to integrate a good and mature gene prediction program (such as Augustus http://augustus.gobics.de/ or FGenesh http://linux1.softberry.com/berry.phtml ) with their integrated advanced algorithms rather that develop everything from scratch.

ADD COMMENT
0
Entering edit mode

Thanks JC ! You have provided with very useful sources which surely can be used. However I notice that the criteria authors have used on softberry for CpG Islands is classic and may be I can program little modified criteria published in latest papers.

ADD REPLY

Login before adding your answer.

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