User:Jacob.stein/sandbox

From Wikipedia, the free encyclopedia

Draft of Machine Learning Applications in Bioinformatics

Machine Learning, a subfield of Computer Science involving the development of algorithms that learn how to make predictions based on data, has a number of emerging applications in the field of Bioinformatics. Bioinformatics deals with computational and mathematical approaches for understanding and processing biological data. Prior to the emergence of machine learning algorithms, bioinformatics algorithms had to be explicitly programmed by hand which, for problems such as Protein structure prediction, proves extremely difficult.[1] Machine learning techniques such as Deep Learning enable the algorithm to make use of automatic feature learning which means that based on the dataset alone, the algorithm can learn how to combine multiple features of the input data into a more abstract set of features from which to conduct further learning. This multi-layered approach to learning patterns in the input data allows such systems to make quite complex predictions when trained on large datasets. In recent years, the size and number of available biological datasets have skyrocketed, enabling bioinformatics researchers to make use of these machine learning systems.[2] Machine learning has been applied to six main subfields of bioinformatics: genomics, proteomics, microarrays, systems biology, evolution, and text mining.[2]

Applications[edit]

Genomics[edit]

The exponential growth of GenBank, a genomic sequence database provided by the National center for Biotechnology Information (NCBI)

Genomics involves the study of the genome, the complete DNA sequence, of organisms. While genomic sequence data has historically been sparse due to the technical difficulty in sequencing a piece of DNA, the number of available sequences is growing exponentially.[3] However, while raw data is becoming increasingly available and accessible, the biological interpretation of this data is occurring at a much slower pace.[4] Therefore, there is an increasing need for the development of machine learning systems that can automatically determine the location of protein-encoding genes within a given DNA sequence.[4] This is a problem in computational biology known as gene prediction.

Gene prediction is commonly performed through a combination of what are known as extrinsic and intrinsic searches.[4] For the extrinsic search, the input DNA sequence is run through a large database of sequences whose genes have been previously discovered and their locations annotated. A number of the sequence's genes can be identified by determining which strings of bases within the sequence are homologous to known gene sequences. However, given the limitation in size of the database of known and annotated gene sequences, not all the genes in a given input sequence can be identified through homology alone. Therefore, an intrinsic search is needed where a gene prediction program attempts to identify the remaining genes from the DNA sequence alone.[4]

Machine learning is also been used for the problem of multiple sequence alignment which involves aligning many DNA or amino acid sequences in order to determine regions of similarity that could indicate a shared evolutionary history.[2]

Proteomics[edit]

A protein's amino acid sequence annotated with the protein secondary structure. Each amino acid is labeled as either an alpha helix, a beta sheet, or a coil.

Proteins, strings of amino acids, gain much of their function from protein folding in which they conform into a three-dimensional structure. This structure is composed of a number of layers of folding, including the primary structure (i.e. the flat string of amino acids), the secondary structure (alpha helices and beta sheets), the tertiary structure, and the quartenary structure.

Protein secondary structure prediction is a main focus of this subfield as the further protein foldings (tertiary and quartenary structures) are determined based on the secondary structure.[1] Solving the true structure of a protein is an incredibly expensive and time-intensive process, furthering the need for systems that can accurately predict the structure of a protein by analyzing the amino acid sequence directly.[1][2] Prior to machine learning, researchers needed to conduct this prediction manually. This trend began in 1951 when Pauling and Corey released their work on predicting the hydrogen bond configurations of a protein from a polypeptide chain.[5] Today, through the use of automatic feature learning, the best machine learning techniques are able to achieve an accuracy of 82-84%.[1][6] The current state-of-the-art in secondary structure prediction uses a system called DeepCNF (Deep Convolutional Neural Fields) which relies on the machine learning model of artificial neural networks to achieve an accuracy of approximately 84% when tasked to classify the amino acids of a protein sequence into one of three structural classes (helix, sheet, or coil).[6] The theoretical limit for three-state protein secondary structure is 88-90%.[1]

Machine learning has also been applied to proteomics problems such as protein side-chain prediction, protein loop modeling, and protein contact map prediction.[2]

_________FINAL BELOW THIS LINE__________

Microarrays[edit]

Microarrays, a type of lab-on-a-chip, are used for automatically collecting data about large amounts of biological material. Machine learning can aid in the analysis of this data, and it has been applied to expression pattern identification, classification, and genetic network induction.[2]

This technology is especially useful for monitoring the expression of genes within a genome, aiding in diagnosing different types of cancer based on which genes are expressed.[7] One of the main problems in this field is identifying which genes are expressed based on the collected data.[2] In addition, due to the huge number of genes on which data is collected by the microarray, there is a large amount of irrelevant data to the task of expressed gene identification, further complicating this problem. Machine learning presents a potential solution to this problem as various classification methods can be used to perform this identification. The most commonly used methods are Radial Basis Function Networks, Deep Learning, Bayesian classification, Decision Trees, and Random Forest.[7]

Systems Biology[edit]

Systems biology focuses on the study of the emergent behaviors from complex interactions of simple biological components in a system. Such components can include molecules such as DNA, RNA, proteins, and metabolites.[8]

Machine learning has been used to aid in the modelling of these complex interactions in biological systems in domains such as genetic networks, signal transduction networks, and metabolic pathways.[2] Probabilistic graphical models, a machine learning technique for determining the structure between different variables, are one of the most commonly used methods for modeling genetic networks.[2] In addition, machine learning has been applied to systems biology problems such as identifying transcription factor binding sites using a technique known as Markov chain optimization.[2] Genetic algorithms, machine learning techniques which are based on the natural process of evolution, have been used to model genetic networks and regulatory structures.[2]

Other systems biology applications of machine learning include the task of enzyme function prediction, high throughput microarray data analysis, analysis of genome-wide association studies to better understand markers of Multiple Sclerosis, protein function prediction, and identification of NCR-sensitivity of genes in yeast.[9]

Text mining[edit]

The increase in available biological publications led to the issue of the increase in difficulty in searching through and compiling all the relevant available information on a given topic across all sources. This task is known as knowledge extraction. This is necessary for biological data collection which can then in turn be fed into machine learning algorithms to generate new biological knowledge.[2][10] Machine learning can be used for this knowledge extraction task using techniques such as natural language processing to extract the useful information from human-generated reports in a database.

This technique has been applied to the search for novel drug targets, as this task requires the examination of information stored in biological databases and journals.[10] Annotations of proteins in protein databases often do not reflect the complete known set of knowledge of each protein, so additional information must be extracted from biomedical literature. Machine learning has been applied to automatic annotation of the function of genes and proteins, determination of the subcellular localization of a protein, analysis of DNA-expression arrays, large-scale protein interaction analysis, and molecule interaction analysis.[10]

References[edit]

  1. ^ a b c d e Yang, Yuedong; Gao, Jianzhao; Wang, Jihua; Heffernan, Rhys; Hanson, Jack; Paliwal, Kuldip; Zhou, Yaoqi (2016). "Sixty-five years of the long march in protein secondary structure prediction: the final stretch?". Briefings in Bioinformatics: bbw129. doi:10.1093/bib/bbw129.
  2. ^ a b c d e f g h i j k l Larrañaga, Pedro; Calvo, Borja; Santana, Roberto; Bielza, Concha; Galdiano, Josu; Inza, Iñaki; Lozano, José A.; Armañanzas, Rubén; Santafé, Guzmán (2006). "Machine learning in bioinformatics". Briefings in Bioinformatics. 7: 86–112. doi:10.1093/bib/bbk007. PMID 16761367.
  3. ^ "GenBank and WGS Statistics". www.ncbi.nlm.nih.gov. Retrieved 2017-05-06.
  4. ^ a b c d Mathé, Catherine; Sagot, Marie-France; Schiex, Thomas; Rouzé, Pierre (2002-10-01). "Current methods of gene prediction, their strengths and weaknesses". Nucleic Acids Research. 30 (19): 4103–4117. doi:10.1093/nar/gkf543. ISSN 1362-4962. PMC 140543. PMID 12364589.
  5. ^ Pauling, L.; Corey, R. B.; Branson, H. R. (1951-04-01). "The structure of proteins; two hydrogen-bonded helical configurations of the polypeptide chain". Proceedings of the National Academy of Sciences of the United States of America. 37 (4): 205–211. doi:10.1073/pnas.37.4.205. ISSN 0027-8424. PMC 1063337. PMID 14816373.
  6. ^ a b Wang, Sheng; Peng, Jian; Ma, Jianzhu; Xu, Jinbo (2015-12-01). "Protein secondary structure prediction using deep convolutional neural fields". arXiv:1512.00843 [q-bio.BM].
  7. ^ a b Pirooznia, Mehdi; Yang, Jack Y.; Yang, Mary Qu; Deng, Youping (2008). "A comparative study of different machine learning methods on microarray gene expression data". BMC Genomics. 9 (1): S13. doi:10.1186/1471-2164-9-S1-S13. ISSN 1471-2164. PMC 2386055. PMID 18366602.{{cite journal}}: CS1 maint: unflagged free DOI (link)
  8. ^ "Machine Learning in Molecular Systems Biology". Frontiers. Retrieved 2017-06-09.
  9. ^ d'Alché-Buc, Florence; Wehenkel, Louis (2008). "Machine Learning in Systems Biology". BMC Proceedings. 2 (4): S1. doi:10.1186/1753-6561-2-S4-S1. ISSN 1753-6561. S2CID 11767140.{{cite journal}}: CS1 maint: unflagged free DOI (link)
  10. ^ a b c Krallinger, Martin; Erhardt, Ramon Alonso-Allende; Valencia, Alfonso (2005-03-15). "Text-mining approaches in molecular biology and biomedicine". Drug Discovery Today. 10 (6): 439–445. doi:10.1016/S1359-6446(05)03376-3.