You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(methylKit)
data(methylKit)
mdb<- makeMethylDB(methylRawList.obj)
# works for "base" -resolution
unite(mdb,destrand=TRUE)
mdb# is fine# breaks for "region" -resolutionmdbt<- tileMethylCounts(mdb)
# works
unite(mdbt)
# deletes tabix files of mdbt
unite(mdbt,destrand=TRUE)
mdbt# breaks !!
alexg9010
changed the title
uniting objects with regional resolution deletes the original objects
uniting objects with regional resolution *and setting destrand=TRUE* deletes the original objects
Oct 23, 2022
alexg9010
changed the title
uniting objects with regional resolution *and setting destrand=TRUE* deletes the original objects
uniting objects with regional resolution and setting destrand=TRUE deletes the original objects
Oct 23, 2022
alexg9010
changed the title
uniting objects with regional resolution and setting destrand=TRUE deletes the original objects
uniting methylRawDB objects with regional resolution and setting destrand=TRUE deletes the original objects
Oct 23, 2022
methylKit/R/methylDBFunctions.R
Line 747 in 4735b6f
The text was updated successfully, but these errors were encountered: