Unfortunately, as this is a non-model organism, I don't have data from close relatives. But thanks for the suggestion and for the combiners you recommend, I'll look into it.
I would like to discuss the type of strategies you use for whole genome annotation. I am not restricting the question to the organisms I am currently working on, but I have been working on herpesviruses, which have quite small genes (from 100bp to 10,000bp) and only a few contain introns. Fortunately, contrary to small RNA viruses, in herpesviruses (dsDNA), few genes are overlapping.
I have been using a home-made procedure based on Cdd domain detection in all 6 frames which I find quite effective. And have also been looking at annotation softwares such as Augustus or GeneMark.
What is your experience in genome annotation and what are the tools/strategies you would favor?
Thanks in advance for the discussion.
1 answer
it would be good if u can combine de novo gene prediction with external evidence like similarity search against proteomes of close relatives, full length cDNAs, RNAseq and even ESTs.
There are some combiners (e.g. glean, evm, MAKER ...) to merge different predictions.
I do not know any good solution for predicting short genes.
Log in to answer this question.
Our lab developed Maker and Marker2. I don't know if Maker has been used to annotate viruses. What challenges exist in viral annotation beside overlapping ORFs?
Here are some of the challenges in this field: some very small ORFs (100bp), some very specific genes with no homologues.
These days I'am working with the Augustus. If you hv some info such as: gene structure of closely related specie, RNA-seq/EST data, protein sequences. Augustus will be fine, although a little outdated
In my current project, which is on a non-model organism, I have none of these...
From your experience, would you have suggestions of ab initio annotation algorithms?
Hello group,
I have predicted set of genes for large eukaryotic genome from ab initio (GlimmerHMM) and evidence Exonerate & BLASTX based approaches, now i want to make consensus gene sets from both the predictions. initially I was facing issue with gff files loading into mysql database due to permission issues, but I fixed that issue and loaded gff files into
Bio::DB::GFFcompatible MySQL usingbp_load_gff.plas glean supportsBio::DB::GFFgff2 files. I tried to run the software with the following command, but getting error.GFF2 files loaded to
Bio::DB::GFFusing bp_load_gff.plI don't know what went wrong, where am I making mistake?
Please help!
You should post this as a new question, your post is not an answer, and you won't get one this way either.