Open arualemsti opened 1 year ago
I am not 100% sure if that's the cause but you mentioned that this is EPICv2 array, if that's the case you need platform = "EPICv2"
sdf_1 <- readIDATpair('/mnt/e/Human_EPIC/Chavez-UnivTexas_MethylationEPIC_20230823/Chavez-UnivTexas_MethylationEPIC_20230823/all_IDATs/iPSC_101_1_R01C01', platform = "EPIC")
Thank you! I think this pretty much fixed the problem. Getting better green and red overlap.
Hello,
I'm pretty new to bioinformatics and R, learning this stuff for the first time and just need a bit of guidance in understanding why my samples look weird after background subtraction using oob. I am processing human iPSC samples, PBMC, and Sperm samples. These data sets have been processed with the Illumina EPIC v2 array. I'm providing example data from one sample in particular.
The QC prep I do is QCDPB. These are my stats before QC prep:
These are my stats after QC prep:
I think all looks okay initially, but when I get to the individual background subtraction step using oob I get some really weird looking graphs. This is my code:
I'm not entirely sure how to proceed. I'm worried my DMR/DML analysis will be really weird and on top of that I am not able to inferEthnicity. I reached out to Illumina and provided my scan folders so that they can look at the data quality.
Any help and guidance on this would be much appreciated!
Thank you!