@@ -14,9 +14,6 @@ The goal is to bridge the knowledge gap between these existing backgrounds and t
1414| ** Correlation** | Between variants | [ Linkage Disequilibrium] ( https://statfungen.github.io/statgen-primer/linkage_disequilibrium.html ) |
1515| | | [ Linkage Disequilibrium Score] ( https://statfungen.github.io/statgen-primer/linkage_disequilibrium_score.html ) |
1616| | Between individuals | [ Genetic Relationship Matrix] ( https://statfungen.github.io/statgen-primer/genetic_relationship_matrix.html ) |
17- | | Between variables | [ Factor Analysis] ( https://statfungen.github.io/statgen-primer/factor_analysis.html ) |
18- | | | [ Principal Component Analysis] ( https://statfungen.github.io/statgen-primer/principal_component_analysis.html ) |
19- | | | [ Hidden Markov Model] ( https://statfungen.github.io/statgen-primer/hidden_Markov_model.html ) |
2017| ** Genetic Associations** | Basic model | [ Ordinary Least Squares] ( https://statfungen.github.io/statgen-primer/ordinary_least_squares.html ) |
2118| | Extend to binary outcome | [ Odds Ratio] ( https://statfungen.github.io/statgen-primer/odds_ratio.html ) |
2219| | Extend to multiple variables| [ Marginal vs. Joint Effects] ( https://statfungen.github.io/statgen-primer/marginal_joint_effects.html ) |
@@ -29,9 +26,10 @@ The goal is to bridge the knowledge gap between these existing backgrounds and t
2926| | | [ Mediator] ( https://statfungen.github.io/statgen-primer/mediator.html ) |
3027| | Multiple studies | [ Meta Analysis Fixed Effect] ( https://statfungen.github.io/statgen-primer/meta_analysis_fixed_effect.html ) |
3128| | | [ Meta Analysis Random Effect] ( https://statfungen.github.io/statgen-primer/meta_analysis_random_effect.html ) |
32- | ** Statistical Inference** | Likelihood and MLE | [ Likelihood] ( https://statfungen.github.io/statgen-primer/likelihood.html ) |
29+ | ** Statistical Inference** | Likelihood | [ Likelihood] ( https://statfungen.github.io/statgen-primer/likelihood.html ) |
3330| | | [ Maximum Likelihood Estimation] ( https://statfungen.github.io/statgen-primer/maximum_likelihood_estimation.html ) |
34- | | LR and LRT | [ Likelihood Ratio] ( https://statfungen.github.io/statgen-primer/likelihood_ratio.html ) |
31+ | | | [ Likelihood Ratio] ( https://statfungen.github.io/statgen-primer/likelihood_ratio.html ) |
32+ | | | [ Expectation-Maximum Algorithm] ( https://statfungen.github.io/statgen-primer/expectation_maximum.html ) |
3533| | Bayesian versus Frequentist | [ Bayesian and Frequentist] ( https://statfungen.github.io/statgen-primer/Bayesian_frequentist.html ) |
3634| | | [ Bayes Rule] ( https://statfungen.github.io/statgen-primer/Bayes_rule.html ) |
3735| | | [ Bayes Factor] ( https://statfungen.github.io/statgen-primer/Bayes_factor.html ) |
@@ -40,5 +38,8 @@ The goal is to bridge the knowledge gap between these existing backgrounds and t
4038| | | [ Bayesian Multivariate Normal Mean Model] ( https://statfungen.github.io/statgen-primer/Bayesian_multivariate_normal_mean_model.html ) |
4139| | Multiple Bayesian Models | [ Bayesian Model Comparison] ( https://statfungen.github.io/statgen-primer/Bayesian_model_comparison.html ) |
4240| | | [ Bayesian Mixture Model] ( https://statfungen.github.io/statgen-primer/Bayesian_mixture_model.html ) |
41+ | | Latent Structures in Data | [ Factor Analysis] ( https://statfungen.github.io/statgen-primer/factor_analysis.html ) |
42+ | | | [ Principal Component Analysis] ( https://statfungen.github.io/statgen-primer/principal_component_analysis.html ) |
43+ | | | [ Hidden Markov Model] ( https://statfungen.github.io/statgen-primer/hidden_Markov_model.html ) |
4344
4445These notes draw inspiration from [ fiveMinuteStats] ( https://stephens999.github.io/fiveMinuteStats/index.html ) by Matthew Stephens and [ statistical genetics equations] ( https://rawgit.com/uqrmaie1/statgen_equations/master/statgen_equations.html ) by Robert Maier. Compared to Matthew's materials, these notes are more narrowly focused on human and statistical genetics with only as much statistical details to understand the applications. Compared to Robert's materials, these notes include a slightly stronger statistical component to serve as "primer" for readers to advance into details in advanced statistical genetics methods in practice.
0 commit comments