Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seq.default error #3

Open
girdhar3 opened this issue Oct 4, 2018 · 2 comments
Open

seq.default error #3

girdhar3 opened this issue Oct 4, 2018 · 2 comments

Comments

@girdhar3
Copy link

girdhar3 commented Oct 4, 2018

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?

@tengmx
Copy link
Owner

tengmx commented Oct 13, 2018

Can you try starting with step=50L?

@huangzhiguang2016
Copy link

Can you try starting with step=50L?

Hi!
I got the same error with girdhar3. And I have tried starting with step=20L or 50L or 100L. However, it didn't work. Could you please help me with it? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants