FlowSorted.CordBloodCombined.450k

Lucas A Salas

2023-10-31

The FlowSorted.CordBloodCombined.450k package contains data derived from Illumina HumanMethylation450K and Illumina HumanMethylationEPIC DNA methylation microarrays (Gervin K, Salas LA et al. 2018), consisting of 263 blood cell references and 26 umbilical cord blood samples, formatted as an RGChannelSet object for integration and normalization using most of the existing Bioconductor packages. This is more than a combination of the original datasets, the package has a rigorous curation that allows a better usage of the information.

This package contains cleaned data from four different umbilical cord blood references similar to the FlowSorted.CordBlood.450K package consisting of data from umbilical cord blood samples generated from healthy newborns. However, when using the cleaned dataset (eliminating potential cell cross contamination) and using the IDOL procedure compared to minfi estimates the cell type composition obtained through FlowSorted.CordBlood.450k package were less precise and biased compared to actual cell counts. Hence, this package consists of appropriate data for deconvolution of umbilical cord blood samples used in for example EWAS relying in both 450K and EPIC technology.

Researchers may find this package useful as these samples represent different cellular populations ( T lymphocytes (CD4+ and CD8+), B cells (CD19+), monocytes (CD14+), NK cells (CD56+) and Granulocytes of cell sorted umbilical cord blood. The estimates were contrasted versus FACS proportions in 22 samples, and validated using 197 umbilical cord blood samples. These data can be integrated with the minfi Bioconductor package to estimate cellular composition in users’ umbilical cord blood Illumina 450K and EPIC samples using a modified version of the algorithm constrained projection/quadratic programming described in Houseman et al. 2012. However, for more accurate estimations we suggests that the user prefers IDOL over minfi automatic estimations, using the function estimateCellCounts2 from the package FlowSorted.Blood.EPIC which allows using customized sets of probes from IDOL.

Objects included:
1. FlowSorted.CordBloodCombined.450k is the RGChannelSet object containing the reference library

if (memory.limit()>8000){
FlowSorted.CordBloodCombined.450k<-
    libraryDataGet('FlowSorted.CordBloodCombined.450k')
FlowSorted.CordBloodCombined.450k
}
#> class: RGChannelSet 
#> dim: 575719 289 
#> metadata(0):
#> assays(2): Green Red
#> rownames(575719): 10600322 10600328 ... 74810485 74810492
#> rowData names(0):
#> colnames(289): 3999984027_R02C01 3999984027_R06C01 ...
#>   200705360098_R08C01 200705360110_R03C01
#> colData names(13): Sample_Name Subject.ID ... CellType_original
#>   Reclassified
#> Annotation
#>   array: IlluminaHumanMethylation450k
#>   annotation: ilmn12.hg19

The raw dataset is hosted in Bioconductor ExperimentHub

  1. IDOLOptimizedCpGsCordBlood the IDOL L-DMR library for deconvolution
data("IDOLOptimizedCpGsCordBlood") 
head(IDOLOptimizedCpGsCordBlood)  
sessionInfo()
#> R Under development (unstable) (2023-10-22 r85388)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 22.04.3 LTS
#> 
#> Matrix products: default
#> BLAS:   /home/biocbuild/bbs-3.19-bioc/R/lib/libRblas.so 
#> LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0
#> 
#> locale:
#>  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=en_GB              LC_COLLATE=C              
#>  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#>  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#>  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#> 
#> time zone: America/New_York
#> tzcode source: system (glibc)
#> 
#> attached base packages:
#> [1] parallel  stats4    stats     graphics  grDevices utils     datasets 
#> [8] methods   base     
#> 
#> other attached packages:
#>  [1] FlowSorted.CordBloodCombined.450k_1.19.0
#>  [2] ExperimentHub_2.11.0                    
#>  [3] AnnotationHub_3.11.0                    
#>  [4] BiocFileCache_2.11.1                    
#>  [5] dbplyr_2.4.0                            
#>  [6] minfi_1.49.0                            
#>  [7] bumphunter_1.45.0                       
#>  [8] locfit_1.5-9.8                          
#>  [9] iterators_1.0.14                        
#> [10] foreach_1.5.2                           
#> [11] Biostrings_2.71.1                       
#> [12] XVector_0.43.0                          
#> [13] SummarizedExperiment_1.33.0             
#> [14] Biobase_2.63.0                          
#> [15] MatrixGenerics_1.15.0                   
#> [16] matrixStats_1.0.0                       
#> [17] GenomicRanges_1.55.1                    
#> [18] GenomeInfoDb_1.39.0                     
#> [19] IRanges_2.37.0                          
#> [20] S4Vectors_0.41.1                        
#> [21] BiocGenerics_0.49.0                     
#> 
#> loaded via a namespace (and not attached):
#>   [1] RColorBrewer_1.1-3                                 
#>   [2] jsonlite_1.8.7                                     
#>   [3] magrittr_2.0.3                                     
#>   [4] GenomicFeatures_1.55.1                             
#>   [5] rmarkdown_2.25                                     
#>   [6] BiocIO_1.13.0                                      
#>   [7] zlibbioc_1.49.0                                    
#>   [8] vctrs_0.6.4                                        
#>   [9] multtest_2.59.0                                    
#>  [10] memoise_2.0.1                                      
#>  [11] Rsamtools_2.19.0                                   
#>  [12] DelayedMatrixStats_1.25.0                          
#>  [13] RCurl_1.98-1.12                                    
#>  [14] askpass_1.2.0                                      
#>  [15] htmltools_0.5.6.1                                  
#>  [16] S4Arrays_1.3.0                                     
#>  [17] progress_1.2.2                                     
#>  [18] curl_5.1.0                                         
#>  [19] Rhdf5lib_1.25.0                                    
#>  [20] SparseArray_1.3.0                                  
#>  [21] rhdf5_2.47.0                                       
#>  [22] sass_0.4.7                                         
#>  [23] nor1mix_1.3-0                                      
#>  [24] bslib_0.5.1                                        
#>  [25] plyr_1.8.9                                         
#>  [26] cachem_1.0.8                                       
#>  [27] IlluminaHumanMethylation450kanno.ilmn12.hg19_0.6.1 
#>  [28] GenomicAlignments_1.39.0                           
#>  [29] IlluminaHumanMethylationEPICanno.ilm10b4.hg19_0.6.0
#>  [30] mime_0.12                                          
#>  [31] lifecycle_1.0.3                                    
#>  [32] pkgconfig_2.0.3                                    
#>  [33] Matrix_1.6-1.1                                     
#>  [34] R6_2.5.1                                           
#>  [35] fastmap_1.1.1                                      
#>  [36] shiny_1.7.5.1                                      
#>  [37] GenomeInfoDbData_1.2.11                            
#>  [38] digest_0.6.33                                      
#>  [39] siggenes_1.77.0                                    
#>  [40] reshape_0.8.9                                      
#>  [41] AnnotationDbi_1.65.0                               
#>  [42] RSQLite_2.3.2                                      
#>  [43] base64_2.0.1                                       
#>  [44] filelock_1.0.2                                     
#>  [45] fansi_1.0.5                                        
#>  [46] httr_1.4.7                                         
#>  [47] abind_1.4-5                                        
#>  [48] compiler_4.4.0                                     
#>  [49] beanplot_1.3.1                                     
#>  [50] rngtools_1.5.2                                     
#>  [51] withr_2.5.2                                        
#>  [52] bit64_4.0.5                                        
#>  [53] BiocParallel_1.37.0                                
#>  [54] DBI_1.1.3                                          
#>  [55] HDF5Array_1.31.0                                   
#>  [56] biomaRt_2.59.0                                     
#>  [57] MASS_7.3-60.1                                      
#>  [58] openssl_2.1.1                                      
#>  [59] rappdirs_0.3.3                                     
#>  [60] DelayedArray_0.29.0                                
#>  [61] rjson_0.2.21                                       
#>  [62] tools_4.4.0                                        
#>  [63] interactiveDisplayBase_1.41.0                      
#>  [64] httpuv_1.6.12                                      
#>  [65] glue_1.6.2                                         
#>  [66] quadprog_1.5-8                                     
#>  [67] restfulr_0.0.15                                    
#>  [68] promises_1.2.1                                     
#>  [69] nlme_3.1-163                                       
#>  [70] rhdf5filters_1.15.0                                
#>  [71] grid_4.4.0                                         
#>  [72] generics_0.1.3                                     
#>  [73] tzdb_0.4.0                                         
#>  [74] preprocessCore_1.65.0                              
#>  [75] tidyr_1.3.0                                        
#>  [76] data.table_1.14.8                                  
#>  [77] hms_1.1.3                                          
#>  [78] xml2_1.3.5                                         
#>  [79] utf8_1.2.4                                         
#>  [80] BiocVersion_3.19.1                                 
#>  [81] pillar_1.9.0                                       
#>  [82] stringr_1.5.0                                      
#>  [83] limma_3.59.1                                       
#>  [84] later_1.3.1                                        
#>  [85] genefilter_1.85.0                                  
#>  [86] splines_4.4.0                                      
#>  [87] dplyr_1.1.3                                        
#>  [88] lattice_0.22-5                                     
#>  [89] survival_3.5-7                                     
#>  [90] rtracklayer_1.63.0                                 
#>  [91] bit_4.0.5                                          
#>  [92] GEOquery_2.71.0                                    
#>  [93] annotate_1.81.0                                    
#>  [94] tidyselect_1.2.0                                   
#>  [95] knitr_1.45                                         
#>  [96] xfun_0.40                                          
#>  [97] scrime_1.3.5                                       
#>  [98] statmod_1.5.0                                      
#>  [99] stringi_1.7.12                                     
#> [100] yaml_2.3.7                                         
#> [101] evaluate_0.22                                      
#> [102] codetools_0.2-19                                   
#> [103] tibble_3.2.1                                       
#> [104] BiocManager_1.30.22                                
#> [105] cli_3.6.1                                          
#> [106] xtable_1.8-4                                       
#> [107] jquerylib_0.1.4                                    
#> [108] Rcpp_1.0.11                                        
#> [109] png_0.1-8                                          
#> [110] XML_3.99-0.14                                      
#> [111] ellipsis_0.3.2                                     
#> [112] readr_2.1.4                                        
#> [113] blob_1.2.4                                         
#> [114] prettyunits_1.2.0                                  
#> [115] mclust_6.0.0                                       
#> [116] doRNG_1.8.6                                        
#> [117] sparseMatrixStats_1.15.0                           
#> [118] bitops_1.0-7                                       
#> [119] illuminaio_0.45.0                                  
#> [120] purrr_1.0.2                                        
#> [121] crayon_1.5.2                                       
#> [122] rlang_1.1.1                                        
#> [123] KEGGREST_1.43.0

References

K Gervin, LA Salas et al. (2019) Systematic evaluation and validation of references and library selection methods for deconvolution of cord blood DNA methylation data}. Clin Epigenetics 11,125. doi: [10.1186/s13148-019-0717-y] (https://dx.doi.org/10.1186/s13148-019-0717-y).

KM Bakulski, et al. (2016) DNA methylation of cord blood cell types: Applications for mixed cell birth studies. Epigenetics 11:5. doi: [10.1080/15592294.2016.1161875] (https://dx.doi.org/10.1080/15592294.2016.1161875).

K Gervin, et al. (2016) Cell type specific DNA methylation in cord blood: A 450K-reference data set and cell count-based validation of estimated cell type composition. Epigenetics 11:690–8. doi: [10.1080/15592294.2016.1214782] (https://dx.doi.org/10.1080/15592294.2016.1214782).

OM de Goede, et al. (2015) Nucleated red blood cells impact DNA methylation and expression analyses of cord blood hematopoietic cells. Clin Epigenetics. 7:95. doi: 10.1186/s13148-015-0129-6.

X Lin, et al. (2018) Cell type-specific DNA methylation in neonatal cord tissue and cord blood: A 850K-reference panel and comparison of cell-types. Epigenetics. 13:941–58. doi: [10.1080/15592294.2018.1522929] (https://dx.doi.org/10.1080/15592294.2018.1522929).

LA Salas et al. (2018). An optimized library for reference-based deconvolution of whole-blood biospecimens assayed using the Illumina HumanMethylationEPIC BeadArray. Genome Biology 19, 64. doi: 10.1186/s13059-018-1448-7.

DC Koestler et al. (2016). Improving cell mixture deconvolution by identifying optimal DNA methylation libraries (IDOL). BMC bioinformatics. 17, 120. doi: 10.1186/s12859-016-0943-7.

EA Houseman et al. (2012) DNA methylation arrays as surrogate measures of cell mixture distribution. BMC Bioinformatics 13, 86. doi: 10.1186/1471-2105-13-86.

minfi Tools to analyze & visualize Illumina Infinium methylation arrays.