You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing this convenient package for defining DMRs!
My first question is that if this package applies to RRBS data.
My second question is that I tried to run the following code:
DMRichR::DM.R(genome=c("mm10"),testCovariate = "Treatment", adjustCovariate = c("Exposure"), sexCheck = FALSE, cores = 20, coverage = 2, perGroup = 0.75, minCpGs = 5,cutoff = 0.05,EnsDb = FALSE, GOfuncR = TRUE,cellcompostion = FALSE).
I kept getting the error "Error in DMRichR::DM.R(genome = c("mm10"), testCovariate = "Treatment", : unused argument (cellcompostion = FALSE)".
Do you have any advice for how to resolve this error?
Thank you for your time!
The text was updated successfully, but these errors were encountered:
Hi @MiaSands, can you remove the cellcomposition argument and give the latest version of DMRichR a try?
Also, the package does work with RRBS data. You many need to optimize the parameters in the call to dmrseq() based on the discussions in the issues section of the dmrseq GitHub and omit the blocks section.
Hello,
Thank you for developing this convenient package for defining DMRs!
My first question is that if this package applies to RRBS data.
My second question is that I tried to run the following code:
DMRichR::DM.R(genome=c("mm10"),testCovariate = "Treatment", adjustCovariate = c("Exposure"), sexCheck = FALSE, cores = 20, coverage = 2, perGroup = 0.75, minCpGs = 5,cutoff = 0.05,EnsDb = FALSE, GOfuncR = TRUE,cellcompostion = FALSE).
I kept getting the error "Error in DMRichR::DM.R(genome = c("mm10"), testCovariate = "Treatment", : unused argument (cellcompostion = FALSE)".
Do you have any advice for how to resolve this error?
Thank you for your time!
The text was updated successfully, but these errors were encountered: