QTL with GxE or Covariates

Slides:



Advertisements
Similar presentations
Continued Review.
Advertisements

Randomized Complete Block and Repeated Measures (Each Subject Receives Each Treatment) Designs KNNL – Chapters 21,
Gene by environment effects. Elevated Plus Maze (anxiety)
Inferring Causal Phenotype Networks Elias Chaibub Neto & Brian S. Yandell UW-Madison June 2010 QTL 2: NetworksSeattle SISG: Yandell ©
Chapter 14 Mendel and the Gene Idea. Law of Segregation:
R/qtl & R/qtlbim Tutorials
Advanced Genetics.
Multiple Correlated Traits Pleiotropy vs. close linkage Analysis of covariance – Regress one trait on another before QTL search Classic GxE analysis Formal.
More Powerful Genome-wide Association Methods for Case-control Data Robert C. Elston, PhD Case Western Reserve University Cleveland Ohio.
PSY 1950 ANCOVA November 17, Analysis of Covariance (ANCOVA)
Molecular ecology, quantitative genetic and genomics Dave Coltman + Melissa Gunn, Andrew Leviston, Katie Hartnup & Jon Slate.
Seattle Summer Institute : Systems Genetics for Experimental Crosses Brian S. Yandell, UW-Madison Elias Chaibub Neto, Sage Bionetworks
Section 3-3 “Mendel & Heredity
Seattle Summer Institute : Systems Genetics for Experimental Crosses Tutorial Notes Brian S. Yandell, UW-Madison Elias Chaibub Neto, Sage Bionetworks.
QTL 2: OverviewSeattle SISG: Yandell © Seattle Summer Institute 2010 Advanced QTL Brian S. Yandell, UW-Madison
Week of April 6 1.ANCOVA: What it is 2.ANCOVA: What it’s good for 3.ANCOVA: How to do it 4.ANCOVA: An example.
Complex Traits Most neurobehavioral traits are complex Multifactorial
October 2007Jax Workshop © Brian S. Yandell1 Bayesian Model Selection for Multiple QTL Brian S. Yandell University of Wisconsin-Madison
Analysis of Covariance Combines linear regression and ANOVA Can be used to compare g treatments, after controlling for quantitative factor believed to.
Codominance "co-" is "together".  Refers to a relationship between two alleles of a gene. Both traits appear in an organism. They do not overpower each.
Introduction to Genetics. Your envelope has 4 fish Red fish- female traits Blue fish- male traits Work with a partner to determine what the offspring.
Understanding Inheritance Main Idea: The interactions among alleles, genes, and the environment determine an organism’s traits.
Supplemental Figure 1. False trans association due to probe cross-hybridization and genetic polymorphism at single base extension site. (A) The Infinium.
Beyond Dominant and Recessive Alleles. The whole story... Not all phenotypes are dictated by dominant and recessive alleles (in fact, very few are). Some.
Gene Mapping for Correlated Traits Brian S. Yandell University of Wisconsin-Madison Correlated TraitsUCLA Networks (c)
Genomes to Fields 2014 Workshop G × E ANALYSIS Diego Jarquin Chicago, IL December 10.
R/qtl & R/qtlbim Tutorials
Plant Microarray Course
Quantile-based Permutation Thresholds for QTL Hotspots
Quantile-based Permutation Thresholds for QTL Hotspots
Multiple Alleles Human Blood Types.
Human Blood Groups.
Invest. Ophthalmol. Vis. Sci ;52(6): doi: /iovs Figure Legend:
Model Selection for Multiple QTL
R/qtl & R/qtlbim Tutorials
Bayesian Model Selection for Multiple QTL
Mendel & the gene idea Chapter 14.
Interval Mapping.
Graphical Diagnostics for Multiple QTL Investigation Brian S
Gene mapping in mice Karl W Broman Department of Biostatistics
Mendel & the gene idea Chapter 14.
Inferring Causal Phenotype Networks
Ex. Red and white flower produce pink offspring
Bayesian Model Selection for Multiple QTL
Do now activity #2 Write down an example of homozygous dominant allele pairs. Write down an example of homozygous recessive allele pairs. Write down.
Complex Traits Qualitative traits. Discrete phenotypes with direct Mendelian relationship to genotype. e.g. black or white, tall or short, sick or healthy.
1. why study multiple traits together?
Inferring Causal Phenotype Networks Driven by Expression Gene Mapping
Mendel & the gene idea Chapter 14.
Beyond Dominant & Recessive Alleles
Seattle SISG: Yandell © 2007
Mendel and the Gene Idea
Seattle SISG: Yandell © 2008
examples in detail days to flower for Brassica napus (plant) (n = 108)
GGE Biplot Rebecca Nolan.
Seattle SISG: Yandell © 2006
Note on Outbred Studies
Using a Punnett Square.
Exceptions to Mendel’s Discoveries
Modes of Inheritance Biology Mrs. Harper 1/25/18.
Seattle SISG: Yandell © 2009
Using a Punnett Square.
An Introductory Tutorial
Using a Punnett Square.
Multiple Alleles An individual has two copies of each gene, so can only have two alleles of any gene, but there can be more than two alleles of a gene.
David B. Allison, Bonnie Thiel, Pamela St. Jean, Robert C
Using a Punnett Square.
Analysis of Covariance
Cancer as a Complex Genetic Trait
eQTL Tools a collaboration in progress
Presentation transcript:

QTL with GxE or Covariates adjust phenotype by covariate covariate(s) = environment(s) or other trait(s) additive covariate covariate adjustment same across genotypes “usual” analysis of covariance (ANCOVA) interacting covariate address GxE capture genotype-specific relationship among traits another way to think of multiple trait analysis examine single phenotype adjusted for others QTL II: GxE Seattle SISG: Yandell © 2005

Seattle SISG: Yandell © 2005 R/qtl & covariates additive and/or interacting covariates test for QTL after adjusting for covariates ## Get Brassica data. library(qtlbim) data(Bnapus) Bnapus <- calc.genoprob(Bnapus, step = 2, error = 0.01) ## Scatterplot of two phenotypes: 4wk & 8wk flower time. plot(Bnapus$pheno$log10flower4,Bnapus$pheno$log10flower8) ## Unadjusted IM scans of each phenotype. fl8 <- scanone(Bnapus,, find.pheno(Bnapus, "log10flower8")) fl4 <- scanone(Bnapus,, find.pheno(Bnapus, "log10flower4")) plot(fl4, fl8, col = c("blue","red"), chr = "N2", main = "blue = 4wk, red = 8wk") QTL II: GxE Seattle SISG: Yandell © 2005

Seattle SISG: Yandell © 2005 QTL II: GxE Seattle SISG: Yandell © 2005

Seattle SISG: Yandell © 2005 R/qtl & covariates additive and/or interacting covariates test for QTL after adjusting for covariates ## IM scan of 8wk adjusted for 4wk. ## Adjustment independent of genotype fl8.4 <- scanone(Bnapus,, find.pheno(Bnapus, "log10flower8"), addcov = Bnapus$pheno$log10flower4) ## Adjustment changes with genotype. intcov = Bnapus$pheno$log10flower4) plot(fl8, fl8.4a, fl8.4, chr = "N2", main = "black = 8wk, blue = addcov, red = intcov") QTL II: GxE Seattle SISG: Yandell © 2005

Seattle SISG: Yandell © 2005 QTL II: GxE Seattle SISG: Yandell © 2005

Seattle SISG: Yandell © 2005 QTL II: GxE Seattle SISG: Yandell © 2005

scatterplot adjusted for covariate ## Set up data frame with peak markers, traits. markers <- c("E38M50.133","ec2e5a","wg7f3a") tmpdata <- data.frame(pull.geno(Bnapus)[,markers]) tmpdata$fl4 <- Bnapus$pheno$log10flower4 tmpdata$fl8 <- Bnapus$pheno$log10flower8 ## Scatterplots grouped by marker. library(lattice) xyplot(fl8 ~ fl4, tmpdata, group = wg7f3a, col = c("blue","red"), cex = 2, type = c("p","r"), xlab = "log10(4wk flower time)", ylab = "log10(8wk flower time)", main = "marker at 47cM") xyplot(fl8 ~ fl4, tmpdata, group = E38M50.133, main = "marker at 80cM") QTL II: GxE Seattle SISG: Yandell © 2005

Seattle SISG: Yandell © 2005 R/qtlbim and GxE similar idea to R/qtl fixed and random additive covariates GxE with fixed covariate multiple trait analysis tools coming soon theory & code mostly in place properties under study expect in R/qtlbim later this year Samprit Banerjee (N Yi, advisor) QTL II: GxE Seattle SISG: Yandell © 2005