Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use this package for RRBS data & issue with running DMRichR::DM.R #76

Closed
MiaSands opened this issue Sep 28, 2023 · 2 comments
Closed

Comments

@MiaSands
Copy link

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!

@ben-laufer
Copy link
Owner

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.

@MiaSands
Copy link
Author

MiaSands commented Oct 3, 2023

Thanks for the advice. I fixed the problem by reinstalling R and I will give it a try on my RRBS data.

@MiaSands MiaSands closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants