Please enable JavaScript.
Coggle requires JavaScript to display documents.
CompBio, image, image, image - Coggle Diagram
CompBio
Phylodynamics
Structured Models
Structured Coalescent
tMRCA 2-deme symmetric ts = same deme, td = different demes
-
Could be used to infer migration rates and effective population sizes, but requires tree+migration history (labeled edge tree) so not used in practice but sometimes with bayesian methods
-
Unstructured Models
Birth-death model

Basic parameters of a simple birth-death model that accounts for sampling the population dynamical process
We could get values for birth and death parameters from a regression of this plot, choosing intervals and accounting for variances is too problematic

Population of I at time t (deterministic eq.)
-
Wright-Fisher process
-

2 linages coalescing

2 in k lineages coalescing
-
-
Population dynamics models the birth and death of individuals (species, infected hosts, B cells, cancer cells, languages).
Phylodynamics aims to understand and quantify the population dynamics based on a phylogenetic tree. Today we quantify birth and death dynamics given the phylogenetic tree (and then also R0).
Sequence alignments
Pairwise-distance
-
Dot-matrix (Qualitative)
Easy to identify features such as indels, repeats and inversions
Heuristic (Best guess)
BLAST
Break sequence into k-mers and look for k-mers in database, allow mismatches but use scoring function, expand alignment around k-mer matches iteratively, keep alignments above score threshold
50-100 times faster, produces non optimal alignments
-
Problem of aligning homologous sequences, accounting for indels and mutations that have occurred, find the one with the post probility
-
Molecular Evolution
Common Models
JC69

Vanilla
K80

Has special parameter for transitions ( T-C and A-G)
-
GTR

Has symmetric parameters for every transition and transversion (most general time reversible model)
UNREST

Is the most general, separate non symmetric parameter for every rate, not time reversible and hard to use
TN93
Includes equilibrium frequencies and has a separate parameter for each type of transition
We can then extend these models by adding a random gamma distributed variable to the fixed rates, allowing for differing substitution rates across different sites in the genome
-
-
-
Phylogenetic Trees
-
Searching Tree space
-
Model testing
Likelihood Ratio testing
Can be used to compare different models but requires that that models are nested within each other, for example the JC69 model is nested within K80 or how K80 is nested within UNREST
-
-
-
-
-
-
-
-
-
-
-