Figure ED7e - FACS data analysis

Analysis of myeloid cell density during microglia ablation and reinfiltration of embryos treated with PLX5622 or control chow from E9 to E12. The pregnant dams were Trt with “control” or “PLX” chow, and the embryos were collected at Age E12, E16, or P1. We FACS sorted the CD45+,CD11b+ cells and normalized to the control. Data is presented as a ratio of control.

Samples

##              Stage
## Treatment E12 E16 P1
##   Control   6   6  7
##   PLX       6   6  6

Plot

Perform t-test on E12 FACS data

##             Shapiro test for normality p-value
## E12.control                              0.911
## E12.mia                                  0.725
## 
##  Welch Two Sample t-test
## 
## data:  E12$Myeloid by E12$Trt
## t = 5, df = 6, p-value = 0.002
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
##  0.403 1.131
## sample estimates:
## mean in group Control     mean in group PLX 
##                 1.000                 0.233

Conclusion: Data was normally distributed therefore a t-test was performed. PLX significantly decreased the myeloid cells in E12 embryos.


Perform t-test on E16 FACS data

##             Shapiro test for normality p-value
## E16.control                              0.940
## E16.mia                                  0.202
## 
##  Welch Two Sample t-test
## 
## data:  E16$Myeloid by E16$Trt
## t = 5, df = 8, p-value = 0.002
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
##  0.102 0.313
## sample estimates:
## mean in group Control     mean in group PLX 
##                 1.000                 0.793

Conclusion: Data was normally distributed therefore a t-test was performed. Myeloid cell repopulation after PLX treatment is still significantly decreased in E16 embryos.


Perform t-test on P1 FACS data

##            Shapiro test for normality p-value
## P1.control                              0.695
## P1.mia                                  0.230
## 
##  Welch Two Sample t-test
## 
## data:  P1$Myeloid by P1$Trt
## t = -2, df = 7, p-value = 0.05
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
##  -0.73000 -0.00126
## sample estimates:
## mean in group Control     mean in group PLX 
##                  1.00                  1.37

Conclusion: Data was normally distributed therefore a t-test was performed. Myeloid cell repopulation is recovered after PLX treatment but is slightly increased at P1.

Reproducibility info

## [1] "2019-05-01 14:20:56 EDT"
## ─ Session info ──────────────────────────────────────────────────────────
##  setting  value                       
##  version  R version 3.6.0 (2019-04-26)
##  os       macOS Mojave 10.14.3        
##  system   x86_64, darwin15.6.0        
##  ui       X11                         
##  language (EN)                        
##  collate  en_US.UTF-8                 
##  ctype    en_US.UTF-8                 
##  tz       America/New_York            
##  date     2019-05-01                  
## 
## ─ Packages ──────────────────────────────────────────────────────────────
##  package     * version date       lib source        
##  assertthat    0.2.1   2019-03-21 [1] CRAN (R 3.6.0)
##  backports     1.1.4   2019-04-10 [1] CRAN (R 3.6.0)
##  broom         0.5.2   2019-04-07 [1] CRAN (R 3.6.0)
##  callr         3.2.0   2019-03-15 [1] CRAN (R 3.6.0)
##  cellranger    1.1.0   2016-07-27 [1] CRAN (R 3.6.0)
##  cli           1.1.0   2019-03-19 [1] CRAN (R 3.6.0)
##  colorspace    1.4-1   2019-03-18 [1] CRAN (R 3.6.0)
##  cowplot     * 0.9.4   2019-01-08 [1] CRAN (R 3.6.0)
##  crayon        1.3.4   2017-09-16 [1] CRAN (R 3.6.0)
##  desc          1.2.0   2018-05-01 [1] CRAN (R 3.6.0)
##  devtools      2.0.2   2019-04-08 [1] CRAN (R 3.6.0)
##  digest        0.6.18  2018-10-10 [1] CRAN (R 3.6.0)
##  dplyr       * 0.8.0.1 2019-02-15 [1] CRAN (R 3.6.0)
##  evaluate      0.13    2019-02-12 [1] CRAN (R 3.6.0)
##  forcats     * 0.4.0   2019-02-17 [1] CRAN (R 3.6.0)
##  foreign       0.8-71  2018-07-20 [1] CRAN (R 3.6.0)
##  fs            1.2.7   2019-03-19 [1] CRAN (R 3.6.0)
##  generics      0.0.2   2018-11-29 [1] CRAN (R 3.6.0)
##  ggplot2     * 3.1.1   2019-04-07 [1] CRAN (R 3.6.0)
##  glue          1.3.1   2019-03-12 [1] CRAN (R 3.6.0)
##  gtable        0.3.0   2019-03-25 [1] CRAN (R 3.6.0)
##  haven         2.1.0   2019-02-19 [1] CRAN (R 3.6.0)
##  hms           0.4.2   2018-03-10 [1] CRAN (R 3.6.0)
##  htmltools     0.3.6   2017-04-28 [1] CRAN (R 3.6.0)
##  httr          1.4.0   2018-12-11 [1] CRAN (R 3.6.0)
##  jsonlite      1.6     2018-12-07 [1] CRAN (R 3.6.0)
##  knitr         1.22    2019-03-08 [1] CRAN (R 3.6.0)
##  labeling      0.3     2014-08-23 [1] CRAN (R 3.6.0)
##  lattice       0.20-38 2018-11-04 [1] CRAN (R 3.6.0)
##  lazyeval      0.2.2   2019-03-15 [1] CRAN (R 3.6.0)
##  lubridate     1.7.4   2018-04-11 [1] CRAN (R 3.6.0)
##  magrittr      1.5     2014-11-22 [1] CRAN (R 3.6.0)
##  memoise       1.1.0   2017-04-21 [1] CRAN (R 3.6.0)
##  mnormt        1.5-5   2016-10-15 [1] CRAN (R 3.6.0)
##  modelr        0.1.4   2019-02-18 [1] CRAN (R 3.6.0)
##  munsell       0.5.0   2018-06-12 [1] CRAN (R 3.6.0)
##  nlme          3.1-139 2019-04-09 [1] CRAN (R 3.6.0)
##  outliers    * 0.14    2011-01-24 [1] CRAN (R 3.6.0)
##  pillar        1.3.1   2018-12-15 [1] CRAN (R 3.6.0)
##  pkgbuild      1.0.3   2019-03-20 [1] CRAN (R 3.6.0)
##  pkgconfig     2.0.2   2018-08-16 [1] CRAN (R 3.6.0)
##  pkgload       1.0.2   2018-10-29 [1] CRAN (R 3.6.0)
##  plyr          1.8.4   2016-06-08 [1] CRAN (R 3.6.0)
##  prettyunits   1.0.2   2015-07-13 [1] CRAN (R 3.6.0)
##  processx      3.3.0   2019-03-10 [1] CRAN (R 3.6.0)
##  ps            1.3.0   2018-12-21 [1] CRAN (R 3.6.0)
##  psych       * 1.8.12  2019-01-12 [1] CRAN (R 3.6.0)
##  purrr       * 0.3.2   2019-03-15 [1] CRAN (R 3.6.0)
##  R6            2.4.0   2019-02-14 [1] CRAN (R 3.6.0)
##  Rcpp          1.0.1   2019-03-17 [1] CRAN (R 3.6.0)
##  readr       * 1.3.1   2018-12-21 [1] CRAN (R 3.6.0)
##  readxl        1.3.1   2019-03-13 [1] CRAN (R 3.6.0)
##  remotes       2.0.4   2019-04-10 [1] CRAN (R 3.6.0)
##  rlang         0.3.4   2019-04-07 [1] CRAN (R 3.6.0)
##  rmarkdown     1.12    2019-03-14 [1] CRAN (R 3.6.0)
##  rprojroot     1.3-2   2018-01-03 [1] CRAN (R 3.6.0)
##  rstudioapi    0.10    2019-03-19 [1] CRAN (R 3.6.0)
##  rvest         0.3.3   2019-04-11 [1] CRAN (R 3.6.0)
##  scales        1.0.0   2018-08-09 [1] CRAN (R 3.6.0)
##  sessioninfo   1.1.1   2018-11-05 [1] CRAN (R 3.6.0)
##  stringi       1.4.3   2019-03-12 [1] CRAN (R 3.6.0)
##  stringr     * 1.4.0   2019-02-10 [1] CRAN (R 3.6.0)
##  tibble      * 2.1.1   2019-03-16 [1] CRAN (R 3.6.0)
##  tidyr       * 0.8.3   2019-03-01 [1] CRAN (R 3.6.0)
##  tidyselect    0.2.5   2018-10-11 [1] CRAN (R 3.6.0)
##  tidyverse   * 1.2.1   2017-11-14 [1] CRAN (R 3.6.0)
##  usethis       1.5.0   2019-04-07 [1] CRAN (R 3.6.0)
##  withr         2.1.2   2018-03-15 [1] CRAN (R 3.6.0)
##  xfun          0.6     2019-04-02 [1] CRAN (R 3.6.0)
##  xml2          1.2.0   2018-01-24 [1] CRAN (R 3.6.0)
##  yaml          2.2.0   2018-07-25 [1] CRAN (R 3.6.0)
## 
## [1] /Library/Frameworks/R.framework/Versions/3.6/Resources/library