al2na / methylKit

R package for DNA methylation analysis
https://bioconductor.org/packages/release/bioc/html/methylKit.html
210 stars 96 forks source link

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

Open alexg9010 opened 1 year ago

alexg9010 commented 1 year ago

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]])