This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Does someone know a literature search algorithm?

Hi everyone,

I keep hearing about algorithms to search the literature for gene associations. For example, I have a gene list, and I would like to search the literature for gene associations with each of the gene in my list. I could do it manually, but it seems that search algorithms would be more effective. For example, once I fish out a new gene association, I could simply read the respective paper for more details. There is LitVAn from Pe'er's lab, but I can't access it on their website.

I would greatly appreciate if someone could suggest another search algorithm.

Thank you for your time.

text-mining

Maybe just search "gene association" AND <gene-name> on Pubmed? What is your manual search algorithm, as in how do you do it manually right now?

Try Chilibot (Chilibot searches PubMed literature database (abstracts) about specific relationships between proteins, genes, or keywords.)

I'd never heard of Chilibot. That looks incredibly useful.

Hi! Thank you! I am reading the paper. I was wondering: although it's 10 years old, is it still one of the best algorithm? It seems very good!

I forgot to ask you: according to the webpage, Chilibot is no longer available for download, but the "synonym database used in Chilibot is available." What does it mean? Thank you!

Genes have aliases. So if you give a gene name as an input then chilibot will automatically expand the query to its aliases. The synonym database refers to list of genes with their aliases.

Here is another tool. It uses both the experimental datasets and literature to find the connections.

1 answer

I'm not sure which programming language you want to use, but here's a very helpful general overview of how to programmatically search Entrez resources (such as PubMed) and handle the results from generated queries. If you provide more specifics I can probably help you out further. Comment on this answer and I'll update it accordingly.

Hi Deedee! Thank you for your time. I am reading the documentation. Is it ok if I ask questions later?

Of course! Ask whatever, whenever.

Log in to answer this question.