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

dbdir= argument from tilemethylCounts(), does not work with methylRawListDB data #266

Open
AnjaCaRa opened this issue Oct 10, 2022 · 1 comment
Labels

Comments

@AnjaCaRa
Copy link

Hi Alex,

during my analysis I came across the issue that the tileMethylCounts() function's argument "dbdir=" does not work in combination with a methylRawListDB object. The output will rather be produced to the working directory of the script.
Below you find a reproducible example:

library(methylKit)
data(methylKit)
output_path_issue <- "/local/arathge/"

getwd()

tiles.issue <- tileMethylCounts(
  object = methylRawList.obj,
  win.size = 500,
  step.size = 500,
  save.db = TRUE,
  suffix = "tiled",
  dbdir = file.path(output_path_issue)
) 
@AnjaCaRa AnjaCaRa changed the title **dbdir=** argument from **tilemethylCounts()**, does not work with **methylRawListDB** data dbdir= argument from tilemethylCounts(), does not work with methylRawListDB data Oct 10, 2022
@alexg9010
Copy link
Collaborator

Hi @AnjaCaRa,

thanks for reporting this issue and providing the example code! I will have a closer look at the problem.

Best,
Alex

@alexg9010 alexg9010 added the bug label Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants