dmrseq
dmrseq copied to clipboard
R package for Inference of differentially methylated regions (DMRs) from bisulfite sequencing
Hello! First of all, thank you for this great package! I am running in to a problem when running the `dmrseq` function on ALL of my data. I have a...
Thanks for this useful package, I was wondering if there is a way to override the ylim=(0,1) parameter in the plotDMRs function. I tried a nested function: `plot(plotDMRs(...), ylim=c(0,1))` but...
Dear Keegan I am analyzing a WGBS dataset with dmrseq. The data is not human or mouse, so I used all the tips you gave here to figure out a...
Hi, In your paper you have mentioned that "dmrseq is generally applicable to WGBS data". My impression is that methods that work for WGBS also work for RRBS data. Have...
When I use dmrseq, I set BPPARAM = BiocParallel::MulticoreParam(workers = 2), but when I actually run it, this task occupies all the CPU of my server. How can I solve...
I am consistently getting the following error while running permutations. It doesn't always happen on the same permutation. Example output: Beginning permutation 1 ...Chromosome chr1: Smoothed (1.26 min). 38 CpG(s)...
I use RStudio, and since I told that the best is to have the latest up-to-date version of the software I installed it, RStudio 2024 B 735 with R 4.4.1....
Hello, Thanks so much for this tool!!! I’m having some issues understanding why I’m getting such big FDR values, I’m currently working with 42 samples, 2 groups and 1000 permutations...
Hello! Thanks for the tool! I am encountering an error that seems to be recurrent but should have been fixed according to the forums. I am using dmrseq_1.26.0 , installed...
Hi Keegan, Hoping you can help shed some insight on my issue. I have 94 samples (emseq) in my dataset, and I am trying to run dmrseq with the test...