Open RRebo opened 3 years ago
Hi Rita,
What are you trying to plot with plot(bsseq.calyx.tstat)
? bsseq doesn't have a plot()
function but does have plotting capabilities such as plotRegion()
; perhaps you meant to use one of these?
As for the second error; are you able to share the bsseq.calyx.tstat
object?
Cheers, Pete
Hi, I'm struggling to understand what I did wrong so I am sorry for these naïve recurrent questions! I am getting the error 'stat' needs to be a column of 'bstat@stats' when searching for DMRs. Here is the break down of what I have done : I have 9 bismark cytosine reports, from 3 triplicates. Below an example of my workflow using two triplicates.
bsseq
pData(bsseq)
bsseq.smooth.subset01
bsseq.calyx.tstat
plot(bsseq.calyx.tstat)
First error I get:
dmrs0 <- dmrFinder(bsseq.calyx.tstat, cutoff = c(-4.6, 4.6))
And the dmr error:
So, what am I doing wrong??
Thank you
Rita