Bioinformatics
Youtube search... ...Google search
- Case Studies
- COVID-19
- Bio-inspired Computing
- COVID-19
- DIY Human CRISPR Guide | The Odin
- Machine learning spots natural selection at work in human genome | Amy Maxmen
- DeepVariant | Google ...an analysis pipeline that uses a Deep Neural Network (DNN) to call genetic variants from next-generation DNA sequencing data.
An interdisciplinary field that develops methods and software tools for understanding biological data, in particular when the data sets are large and complex. As an interdisciplinary field of science, bioinformatics combines biology, computer science, information engineering, mathematics and statistics to analyze and interpret the biological data. Bioinformatics has been used for in silico analyses of biological queries using mathematical and statistical techniques.
"...all biology is computational biology" | Florian Markowetz
Bioinformatics includes biological studies that use computer programming as part of their methodology, as well as a specific analysis "pipelines" that are repeatedly used, particularly in the field of genomics. Common uses of bioinformatics include the identification of candidates genes and single nucleotide polymorphisms (SNPs). Often, such identification is made with the aim of better understanding the genetic basis of disease, unique adaptations, desirable properties (esp. in agricultural species), or differences between populations. In a less formal way, bioinformatics also tries to understand the organisational principles within nucleic acid and protein sequences, called proteomics. Wikipedia
Contents
Using Computer Code to Decipher Genetic Code: Bioinformatics 101
ROSALIND Platform
Learning bioinformatics usually requires solving computational problems of varying difficulty that are extracted from real challenges of molecular biology. To make learning bioinformatics fun and easy, we have founded Rosalind, a platform for learning bioinformatics through problem solving. ROSALIND offers an array of intellectually stimulating problems that grow in biological and computational complexity; each problem is checked automatically, so that the only resource required to learn bioinformatics is an internet connection. ROSALIND also promises to facilitate improvements in standard bioinformatics education by providing a vital teaching aid and a central homework resource. ROSALIND is inspired by Project Euler, Google Code Jam, and the ever growing movement of free online courses. The project's name commemorates Rosalind Franklin, whose X-ray crystallography with Raymond Gosling facilitated the discovery of the DNA double helix by Watson and Crick. ROSALIND
CRISPR
Youtube search... ...Google search
CRISPR Kit
CRISPR Explained
What Came First, Cells or Viruses?
Youtube search... ...Google search
- Markov Model (Chain, Discrete Time, Continuous Time, Hidden)
- Phylogenetic Hidden Markov Models | Adam Siepel and David Haussler
- Phylogeny Programs | Joe Felsenstein - University of Washington Here are 392 phylogeny packages and 54 free web servers ... PHYLIP (the PHYLogeny Inference Package) Methods that are available in the package include parsimony, distance matrix, and likelihood methods, including bootstrapping and consensus trees. Data types that can be handled include molecular sequences, gene frequencies, restriction sites and fragments, distance matrices, and discrete characters.
Virus & Consciousness
- An Ancient Virus May Be Responsible for Human Consciousness | Rafi Letzter - Live Science
- Unraveling the Human Genome: 6 Molecular Milestones | Stephanie Pappas - Live Science
Long ago, a virus bound its genetic code to the genome of four-limbed animals. That snippet of code is still very much alive in humans' brains today, where it does the very viral task of packaging up genetic information and sending it from nerve cells to their neighbors in little capsules that look a whole lot like viruses themselves. And these little packages of information might be critical elements of how nerves communicate and reorganize over time — tasks thought to be necessary for higher-order thinking...
Though it may sound surprising that bits of human genetic code come from viruses, it's actually more common than you might think: A review published in Cell in 2016 found that between 40 and 80 percent of the human genome arrived from some archaic viral invasion.
Bioinformatics Project from Scratch
- Data Professor series:
- Part 1, I have shown you how to collect original dataset in biology that you can use in your Data Science Project. Particularly, I have demonstrated how to download and pre-process the biological activity data from the ChEMBL database. The dataset is comprised of compounds (molecules) that have been biologically tested for their activity towards target organism/protein of interest
- Part 2, I have shown you how to calculate Lipinski descriptors (molecular descriptors proposed by Christopher Lipinski for predicting their likelihood of being drug-like molecules) and performing Exploratory Data Analysis on these Lipinski descriptors. Particularly, the EDA are based on making simple box plots and scatter plots to discern differences of the active and inactive sets of compounds
- Part 3, I have made some changes to the target protein to be Acetylcholinesterase as it provides a larger dataset to work with. We have already computed the molecular descriptors using the PADEL-Descriptor software and prepare the dataset (X and Y dataframes) that will be used in this video for Model Building
- Part 4, I have show you how to use the computed molecular descriptors from Part 3 (as the X variables) to build a regression model for predicting the pIC50 values (the Y variable)
- Part 5, in a multi-part video series on Bioinformatics Project from scratch. In this video, I will show you how to quickly build and compare several regression models (quantitative structure-activity relationship or QSAR) of the Acetylcholinesterase inhibitors using the lazypredict library in Python
- Part 6, I will show you how to deploy the machine learning model as a web app. Essentially, this web app will serve as a Bioinformatics tool that will allow users the ability to predict whether a compound of interest has favorable biological activity against the target protein or not