Hello,
I have used package called DMRcate to analyse 450k data. I want to find the gene which associates the DMRs.And I met some questions.The outputs include gene_assoc, group, hg19coord, no.probes, minpval, meanpval and maxbetafc,when I used the old version to analyse 450k data.
But when I update the package,the outputs became coord, no.cpgs, minfdr, Stouffer, maxbetafc,meanbetafc.There is no result of "gene_assoc". I want to find the gene names associating "coord",can you help me? Can you please tel me how to associate the gene by using the newest DMRcate packages.
There follow the output results of the newest DMRcate.
coord no.cpgs minfdr Stouffer maxbetafc meanbetafc
63999 chr6:33156164-33181870 265 0 0 -0.5008031 -0.02648790
63997 chr6:33128825-33149777 150 0 0 0.4176126 0.08611966
63917 chr6:32144195-32161004 128 0 0 -0.2574513 -0.03184096
63914 chr6:32114490-32123701 124 0 0 -0.4377015 -0.06195576
63889 chr6:31935801-31940855 101 0 0 -0.1555205 -0.02401999
12564 chr11:31817810-31841980 100 0 0 -0.4611059 -0.17113506
I guess i have to make a mapping of my CpG coordinates with a mouse gene annotation, that's what i am missing, right? And then find the gene_ids from there!
Can I get a copy of your dataframe? I am looking for Cpgislands in mm9 for my analysis, but don't really know how or where to get the data. If you could save your dataframe as a .Rds file (R binarization), then I can download it. Thanks