Hi everyone,, I'm looking for free tools to define genes functions of bacteria (enzymatic functions) and similarities with known genes, I'm not a big fan of BLAST ! thank you in advance Best regards, Rima
Hi everyone,, I'm looking for free tools to define genes functions of bacteria (enzymatic functions) and similarities with known genes, I'm not a big fan of BLAST ! thank you in advance Best regards, Rima
One of the most widely used tools for prokaryotic genome annotation is prokka. It requires only a (meta)genome sequence, and when installed properly on a modern computer (8+ CPUs) it will fully annotate a prokaryotic genome in under 10 minutes. However, it will require additional hidden Markov model databases such as Pfam and TIGRFams, which did not come standard last time I checked.
yes of course i m asking for functional annotation ! is there some one who do genome mining ? I can predict manually but it takes me a lot of time to search several databases, sometimes they don't share nucleotide sequences on public... there is no direct link with genomic, chemical or functional data... in most cases chemists, biologists, bioinformaticians... work separately... In my case I do the combination of genomic, chemical and enzymatic functions, even though I'm not a specialist in all of them ,also I don't have the facility to make comparisons using connected libraries !
prokka and the auxiliary programs assign tRNAs, rRNAs, ncRNAs, genes, CRISPR arrays. Then it makes a proteome from gene predictions, and to majority of proteins assigns a clearly defined functions such as ABC transporter
or DNA binding protein
. In addition, to most of the enzymes it will assign EC numbers. That is what I consider functional annotation
and exactly what the OP asked. Now, the OP could have put all the details from their very last post into the original question, and that would have avoided all these extra questions we have been asking. Regardless, I still think prokka-annotated genomes are by far the best starting point for any downstream functional analysis of prokaryotes, especially given a very modest time investment.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Needs to clarify the question here. What types of data do you have? What is the purpose of these tools etc?
i search tools with bigger databases ! i m studing genes functions to provide an explanation for biosynthetic pathways of bioactive molecules ! manual search takes a lot of time ! I have Nucleotide sequence !
Did you try RAST
yes i used RAST it is limited !
why are you not a big fan of BLAST?
it is the most used (and likely best) tool for such analyses and I can't think of any valid alternatives, except different 'flavours' of the same basic idea .
InterProScan
?What's your problem with
BLAST
and sequence searches anyway?because it only BLASTS with NCBI-deposited data
that is not entirely correct, BLAST can run with any database you have (and formatted for usage with blast)
thanks to all for your answers !