Define: genome
All of the genetic information in an organism, can be either DNA or RNA. Usually refers to the genetic sequence.
Define: transcriptome
All of the transcribed RNA in an organism. Not all DNA is transcribed
Define: proteome
The entire complement of proteins that is or can be expressed by a cell, tissue, or organism
Describe: homology (genes/proteins)
Proteins or genes are defined as homologous if they can be said to have shared an ancestor. Genes or proteins are either homologs or they are not; there is no such thing as percent homology, however % identity of sequences can be identified.
Define: Homology
Descent from a common ancestor
Define: Orthology
Descent from a speciation event
Define: Parology
Descent from a duplication event
Define: Xenology
Descent from a horizontal transfer event
When can homology be determined as ‘real’?
If in a pairwise alignment >25% identical amino acids as proteins will have a similar folding pattern. 18-25% identity - possible homology. <18% - cannot be determined from alignment
When are DNA alignments appropriate for use (over protein alignments)?
Define: Global alignment
Aligns entirety of two sequences, finding global (overall) similarity.
Define: Local alignment
Looks for (local) regions of similarity
PAM Matrices
Multiple alignments of related sequences (>85%), looking at substitutions. 1 PAM (point accepted mutation) = one change per hundred aa's.
Machine learning: Supervised Learning
- Goal is to correctly predict the output value given an unlabelled data point
Machine learning: Unsupervised Learning
Machine learning: Reinforcement Learning
Algorithm learns through occasional ‘rewards’ or ‘punishments’, adjusting it’s behaviour based on this feedback
Machine learning: Supervised Learning categories
Machine learning: Supervised learning: regression
Machine learning: Linear regression
Machine learning: Cost function
a way of quantifying the difference between prediction and reality
Machine learning: Support Vector Machine
A classification (supported learning) algorithm.
Machine learning: Supervised learning - classification
Machine learning: Classification algorithms
Support vector machine and neural networks
Machine learning: Support vector machine