Hey
I am getting this error for a given chip-seq bam file. I have removed duplicates from bam file. I have tried
bdw <- bindWidth(cov, range=c(50L,300L), step=10L)
Starting to estimate bdwidth.
...... Cycle 1 for bind width estimation
Error in seq.default(range[1], range[2], step) :
'from' must be a finite number
Here is the summary of cov object
summary(cov)
Length Class Mode
fwd 194 SimpleRleList S4
rev 194 SimpleRleList S4
because it is hg38
Can you help me with this?
Hey
I am getting this error for a given chip-seq bam file. I have removed duplicates from bam file. I have tried
bdw <- bindWidth(cov, range=c(50L,300L), step=10L)
Starting to estimate bdwidth.
...... Cycle 1 for bind width estimation
Error in seq.default(range[1], range[2], step) :
'from' must be a finite number
Here is the summary of cov object
because it is hg38
Can you help me with this?