Skip to content

Commit 7960ba9

Browse files
reknite
1 parent ab8a365 commit 7960ba9

6 files changed

Lines changed: 53 additions & 39 deletions

File tree

00_bga_2025/d00_slide.Rmd

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tracing Mitochondrial Inheritance of Alzheimer's Disease <br> `r emo::ji('family')`"
3-
subtitle: "A Family-Based Case-Control Study of 4.8 Million Cousins"
3+
subtitle: "A Family-Based Case-Control Study of 4ish Million Cousins"
44
author: "S. Mason Garrison <br> Wake Forest University"
55
output:
66
xaringan::moon_reader:
@@ -46,7 +46,7 @@ BibOptions(check.entries = FALSE, style = "markdown")
4646
# Hello world!
4747

4848
<!-- Slide 1: Introduction (1 minute) -->
49-
<!-- Script: Good [morning/afternoon/evening], everyone. My name is S. Mason Garrison, and I'm from Wake Forest University. I'm excited to continue the saga that Mike has begun. We have had big math problems, so who am I change the vibes. So behond a tale of my big data problems. Today, I’ll be presenting our attempt to trace mitochondrial inheritance patterns in Alzheimer’s Disease using a family-based case-control design. This talk is fundamentally about inference under constraint. Because while our dataset is enormous—4.8 million people embedded in extended pedigrees—our question hinges on what the data don’t tell us just as much as what they do. -->
49+
<!-- Script: Good [morning/afternoon/evening], everyone. My name is S. Mason Garrison, and I'm from Wake Forest University. I'm excited to continue the saga that Mike has begun. We have had big math problems, so who am I change the vibes. So behold a tale of my big data problems. Today, I’ll be presenting our attempt to trace mitochondrial inheritance patterns in Alzheimer’s Disease using a family-based case-control design. This talk is fundamentally about inference under constraint. Because while our dataset is enormous—4.8 million people embedded in extended pedigrees—our question hinges on what the data don’t tell us just as much as what they do. -->
5050

5151
<!-- This is work with Nithya Mylakumar, Xuanyu Lyu, Michael Hunter, Margie Gatz, Ken Smith, and Alex Burt, and it was supported by the National Institute on Aging [RF1-AG073189].-->
5252

@@ -220,17 +220,16 @@ crop_bottom_percent("img/Slide12.PNG", pct = 6)
220220
# The Data: What We Made
221221

222222
.pull-left[
223-
- We algorithmically reconstructed extended pedigrees:
224-
- using **BGmisc**, our custom R package for extended behavior genetic analysis (Garrison, Hunter, Lyu, Trattner, & Burt, 2024),
225-
- in combination with graph theory algorithms to identify cousin pairs,
226-
- and computed path-based relatedness estimates (Hunter, Garrison et al., RnR).
223+
- We reconstructed extended pedigrees:
224+
- using **BGmisc**, our custom R package for extended behavior genetic analysis .small[(Garrison, Hunter, Lyu, Trattner, & Burt, 2024)],
225+
- in combination with graph theory,
226+
- and computed path-based relatedness estimates .small[(Hunter, Garrison et al., RnR)].
227227
- For each dyad, we traced:
228228
- nuclear relatedness,
229229
- maternal vs. paternal lineage,
230-
- mtDNA sharing, and
231-
- potential shared environment.
230+
- mtDNA, and potential shared environment.
232231
]
233-
232+
--
234233
.pull-right[
235234
- To illustrate this on a human scale, we simulated a family:
236235
- spanning 6 generations,
@@ -246,6 +245,7 @@ crop_bottom_percent("img/Slide12.PNG", pct = 6)
246245

247246
## Additive Relatedness
248247

248+
.center[
249249
```{r echo=FALSE, out.height = "500px", fig.align = "center"}
250250
library(BGmisc)
251251
library(ggpedigree)
@@ -275,7 +275,7 @@ ggpedigree::ggpedigree(df_ped_all,
275275
focal_fill_component = "additive",
276276
focal_fill_mid_color = "orange",
277277
focal_fill_low_color = "#9F2A63FF",
278-
# focal_fill_high_color = "#2A9F63FF",
278+
# focal_fill_high_color = "#2A9F63FF",
279279
focal_fill_method = "gradient",
280280
focal_fill_legend_title = "",
281281
sex_legend_title = "Relatedness to Founder\n\nSex",
@@ -288,11 +288,14 @@ ggpedigree::ggpedigree(df_ped_all,
288288
289289
)
290290
```
291+
]
291292

292293
---
293294

294295
## Mitochondrial Relatedness
295296

297+
.center[
298+
296299
```{r echo=FALSE, out.height = "500px", fig.align = "center"}
297300
library(BGmisc)
298301
library(ggpedigree)
@@ -308,7 +311,7 @@ df_ped_all <- recodeSex(df_ped_6,
308311
) %>% rename(personID = ID, famID=fam)
309312
310313
ggpedigree::ggpedigree(df_ped_all,
311-
interactive = TRUE,
314+
interactive = T,
312315
personID = "personID",
313316
famID = "famID",
314317
config = list(
@@ -328,12 +331,12 @@ ggpedigree::ggpedigree(df_ped_all,
328331
sex_legend_title = "MTDNA Relatedness to Founder\n\nSex",
329332
focal_fill_na_value = "black",
330333
value_rounding_digits = 4,
331-
332334
code_male = "1",
333335
tooltip_columns = c("personID","focal_fill")
334336
))
335337
336338
```
339+
]
337340

338341

339342

@@ -604,7 +607,9 @@ knitr::include_graphics("img/stacked_bar_pattern.png")
604607
- We need to be able to distinguish between AD and non-AD relatives.
605608
- We need to be able to distinguish between AD and unknown relatives.
606609
]
607-
--
610+
---
611+
612+
# What We Learned Instead
608613

609614
- If anything, the case-control design induced selection bias.
610615
- Which means:
@@ -626,7 +631,7 @@ Methodologically, this demonstrates a scalable framework for evaluating mtDNA us
626631
-->
627632

628633
- Substantively, we can’t yet resolve whether mtDNA meaningfully contributes to AD via familial resemblance.
629-
- But we’ve constructed the architecture to test that question—one that can be deployed as richer phenotype linkages emerge.
634+
- But we’ve constructed the architecture to test that question—one that can be re-deployed with more complete phenotype linkages.
630635
- Methodologically, this demonstrates a scalable framework for evaluating mtDNA using pedigree structure—not through genotyping, but through patterns of resemblance.
631636
- The most fruitful next step is reducing missingness in our phenotype data
632637

00_bga_2025/d00_slide.html

Lines changed: 34 additions & 25 deletions
Large diffs are not rendered by default.
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading

00_bga_2025/img/Slide9_cropped.PNG

0 Bytes
Loading

0 commit comments

Comments
 (0)