algorithms for database searching
Is there any method or mechanism which performs database searching without using "Homology based" Algorithm?
database searching
algorithm
• 3,174 views
•
link
written
by
katherinebridges99 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Searching for genes in assembles genome database
written by anabaena •Hey all, I am currently working on a project that requires searching for homologous genes in a large assembled meta-genome database. Instead of looking for …
-
How do I do protein structure homology-modelling similar to SWISS-MODEL without using a web api for…
written by skim •How do I do protein structure homology-modelling similar to SWISS-MODEL without using a web api for computing and only use online databases for searching templates? …
-
Drugs with unknown mechanism of action
written by khormsI want to get a list of FDA-approved drugs with unknown mechanism of action. I think that there should be a database where for each …
-
Predicting 3D structure of a protein?
written by katherinebridges99 •<p>While predicting 3D structure of a protein through homology modeling, the most important step is Multiple sequence Alignment of template sequences with target protein(whose 3D …
-
Word algorithm in BLAST
written by katherinebridges99 •As for database searching BLAST is used which uses word algorithm and it is heuristic in nature and there are serious concerns regarding sensitivity and …
-
Is there any machine learning based algorithm or package or database for synteny reseaches?
written by ehsansepahi •<p>There are some algorithms like GRIMM and DRIMM for synteny researches. but I am looking for some thing ML based. Is there any machine learning …
-
Data integration of different results
written by int11ap1<p>We have processed different datasets of Hi-C, RNA-Seq and Chip-Seq data. Now, with the results, we would like to:</p> <ol> <li>integrate all these data into …
-
BLAST via Biopython NCBIWWW. Where can I find the complete database list?
written by alec_djinn<p>I am using the module Biopython module NCBIWWW to blast some sequences online. I would like to blast my sequences against different databases available, however …
-
Finding miRNA & small RNA that are human-specific?
written by Adamc<p>Hello,</p> <p>I'm looking for suggestions on how to determine which miRNAs (and other small RNAs) are human-specific, in the context of only mouse and human. …
-
Evaluating Of Psi-Blast, Deltablast Sensitivy, Specificity, Roc Score - Protein Homology Detection
written by novosadt •<p>Hi, I want to compare protein homology detection quality of my algorithm with psi-blast and delta-blast algorithms. Mainly I'm interested in calculation of Sensitivity, Specificity …
Hello katherinebridges99!
We believe that this post does not fit the main topic of this site.
This is to broad to be answered, of course there are, but what are you looking for specifically?
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!
@Michael Dondrup Actually as i said before I am a beginner in bioinformatics and the concepts of bioinformatics i have learned till now develops my concept that we can search database only by using homology based algorithms. But I thought is it possible to search database without using homology based algorithm, and if it is present than what are these algorithms and how they work. If you can't provide me with specific information suggest me some book chapter or any website from where I can learn such "algorithms that can search database without using homology base algorithms", will be thankful for your help.
You have put such little effort into asking your question Katherine, than not only are most people who could answer not likely to spend any time bothering, but there isn't even enough information in your question to know what it is you are trying to do. "Is there a method for searching a database without using Homology?" Yeah. Most databases do not contain DNA or protein sequences, so of course. What are you even asking?! I've got a feeling you are looking for BLAT (Google UCSC BLAT), but I might be wrong. I haven't polished my crystal ball in ages.
You are having some serious issues with the nomenclature here, potentially you mean alignment algorithms, when you write 'homology based' (this is wrong, the algorithms are not based on homology, homology is assumed based on their results). Also, a database is possibly not what you mean. Databases, such as in DBMS are something very different. Most likely you mean to find a shorter string 'word' in a larger string (what you call database).
Are you eventually looking for "algorithms on strings" and there namely for "exact and approximate string search algorithms" such as KMP or Boyer-Moore (grep), or bitap (agrep) as opposed to alignment algorithms? Then see here