Thank you, for the amazing tool, I have 9 bedmethyl files(4 control and 5 disease cases), these files generated from modkit tool. I have some questions #328
Labels
question
Looking for clarification on inputs and/or outputs
1- I want to make differential methylation anlysis between these samples, I thought I should use that command mentioned in the tutorial
modkit dmr multi
-s ${norm_pileup_1}.gz norm1
-s ${tumor_pileup_1}.gz tumor1
-s ${norm_pileup_2}.gz norm2
-s ${tumor_pileup_2}.gz tumor2
-o ${dmr_dir} \ # required for multi
-r ${cpg_islands} \ # skip this option to perform base-level DMR
--ref ${ref}
--base C
-t 10
-f
--log-filepath dmr_multi.log
Am I right?. If yes, How can I determine the most significant differentially methylated cpgs?
2- I have betas from HM-450 micro-array for the same samples, How can I find correlation between values from microarray and from ont analysis?
3-To my knowledge ONT don't give betavalues like that produced from array analysis, which value is corresponding to the betavalue, to be able to draw TSNE or UMAP for group discrimination and dimensonality reduction?
Sorry for disturbance and appreciate your kind reply
The text was updated successfully, but these errors were encountered: