Bioinformatics project to help find cure for ALS

In summary, the people are trying to set up a combined neuroscience/information technology project for the purpose of finding a cure for ALS. They are looking for someone to help them code an intelligent search robot to go through the ever-expanding mass of medical publications (e.g. PubMed) in order to make it possible to distinguish between different forms of ALS. If the data is scattered in many formats across many networks who have different ways of getting the data then the developer or analyst will have to take this into account. If the sites don't allow easy access for automated data collection (which a robot would do) then it will limit your ability to get this data. If the data lie in attachments or hyperlinks to specific kinds of
  • #1
rmattila
244
1
Hello,

we (*) are trying to set up a combined neuroscience/information technology project for the following purpose:

ALS is a fatal neurological disease that has no known cause or cure and kills its victims within a few years. Our view is that one reason why all drugs have failed in clinical tests in spite of promising preclinical data is assumption that ALS is a single disease. On the contrary, it seems there is lots of variation regarding e.g. place of onset, preference between upper and lower neurons, associated genes, aggregating proteins, anomalous biochemical processes etc.

What we are trying to do is to assemble a group of neuroscientists and computer scientists to figure out a way to code an intelligent search robot to go through the ever-expanding mass of medical publications (e.g. PubMed) in order to make it possible to distinguish between different forms of ALS. The ultimate goal is to include in this model genetic profiling data, laboratory analysis data etc. as well as information on the effect of different drugs on the biochemical processes, so that one could design a personalized medication cocktail based on the genetic profiling and lab data. The fundamental task is to design and implement an optimal data structure for this purpose.

We have so far been conducting our search only in Finland, but as it seems quite a challenge to find the right kind of computer scientist for this kind of a project, I thought it makes sense to mention it here as well.(*) we = a group of private individuals trying to make things go forward - not affiliated to any research organization. My motivation is based on having ALS since 2010 and not having the possibility to live long enough to see a cure.
 
  • #3
Hey rmattila.

The first thing I recommend you do is figure out what data structures you need and how you can get them before you ask someone to help you get a solution.

If the data is scattered in many formats across many networks who have different ways of getting the data then the developer or analyst will have to take this into account.

If the sites don't allow easy access for automated data collection (which a robot would do) then it will limit your ability to get this data (some research sites track your access over time and raise red flags or terminate your account for a while (like a suspension)).

If the data lie in attachments or hyperlinks to specific kinds of files then this is one thing - but if the data is scattered throughout a paper in a non-uniform way then this means a lot more complexity.

Answering these kinds of questions before getting interest in a developer to do the coding will be crucial because at least they know what they are getting themselves into and the specificity will help them not only evaluate whether they could do it, but also if they know others that could.

If you don't know the structure or exactly what you are looking for then it gets even more complicated and pattern recognition (aka data mining) will have to be used - and this constrains the number of people who could do something like this very drastically.

I would first check whether PubMed allow you to have robots accessing their system because if they don't (and there is often a reason for not allowing it) then anything else will be a moot point. You could email them directly to find out or try accessing many papers within a given time-frame.
 
  • #4
Early Bioinformatics programming was dominated by Perl programmers. They are still very active in it. You might check with organizations who run web sites like bioperl.org or the National Center for Biotechnology Information (NCBI). NCBI supports Ebot, which generates Perl scripts for data access (see http://www.ncbi.nlm.nih.gov/Class/PowerTools/eutils/ebot/ebot.cgi). Also the European Bioinformatics Institute has similar stuff. There is a O'Reilly book, Beginning Perl for Bioinformatics, that has more references. There are now similar efforts for tools in Python language. See http://www.open-bio.org/wiki/Main_Page. I don't know much more about it, but they might help you to focus your search for programmers. Maybe others here can give more information. Good luck in your efforts. It's a very worthy cause and I wish I could help more.
 
Last edited:

What is bioinformatics?

Bioinformatics is a field that combines biology, computer science, and statistics to analyze and interpret biological data. It involves using computational tools and techniques to understand biological processes and systems.

How can bioinformatics help find a cure for ALS?

Bioinformatics can help find a cure for ALS by analyzing large datasets of genetic and molecular information from ALS patients. This can help identify genetic variations and molecular pathways that contribute to the disease, which can then be targeted for potential treatments.

What types of data are used in a bioinformatics project for ALS?

Types of data used in a bioinformatics project for ALS may include genetic data, such as DNA sequences and variations, as well as molecular data, such as gene expression patterns, protein structures, and metabolic pathways.

What are some challenges in using bioinformatics for ALS research?

Some challenges in using bioinformatics for ALS research include the complexity of the disease and the large amount of data that needs to be analyzed. Additionally, the lack of standardized data and tools can also pose challenges in data integration and interpretation.

How can bioinformatics contribute to personalized medicine for ALS?

Bioinformatics can contribute to personalized medicine for ALS by identifying genetic and molecular factors that may be specific to each individual's disease. This can help tailor treatments to each patient and improve their chances of a successful outcome.

Similar threads

Replies
2
Views
885
  • Programming and Computer Science
Replies
2
Views
1K
  • STEM Educators and Teaching
Replies
4
Views
2K
  • Biology and Medical
Replies
1
Views
835
  • Mechanical Engineering
Replies
11
Views
2K
Replies
8
Views
2K
Replies
1
Views
1K
  • STEM Academic Advising
Replies
2
Views
1K
  • STEM Career Guidance
Replies
19
Views
4K
Back
Top