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

nrow on tabix object should print num.records of object #281

Open
alexg9010 opened this issue Apr 14, 2023 · 0 comments
Open

nrow on tabix object should print num.records of object #281

alexg9010 opened this issue Apr 14, 2023 · 0 comments
Assignees

Comments

@alexg9010
Copy link
Collaborator

library(methylKit)
data("methylKit")

methylRawList.obj
nrow(methylRawList.obj)
nrow(methylRawList.obj[[1]])
length(methylRawList.obj[[1]])

mrl_db <- makeMethylDB(methylRawList.obj,dbdir = tempdir())
nrow(mrl_db)
nrow(mrl_db[[1]])
length(mrl_db[[1]])

@alexg9010 alexg9010 self-assigned this Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant