Closed xxz1482 closed 1 year ago
Hi, is there a small reprex (reproducible example) (https://reprex.tidyverse.org/) you could provide to help me debug the issue? Thanks!
Hi Dr. Hicks,
Attached, I include an example WGBS data that I used to generate my BSseq object.
Could you also provide the code you are using? Thanks!
Hi,
I am still not sure about the colnames issue. However, this package only estimates the cell composition. It does not return any normalized / adjusted data. Thanks!
Hi, An issue with estimatecc{methylCC} that I encountered while running with my BSseq object.
est <- estimatecc(BSseq_obj, include_dmrs = FALSE) Error in
colnames<-
(*tmp*
, value = cell_levels) : attempt to set 'colnames' on an object with less than two dimensionsAny comments or suggestions are truly appreciated! Lastly, once we get the cell compositions, could methylCC do cell-specific adjustment on the original WGBS data and return an adjusted WGBS data? Thanks very much in advance!