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

Warning in setGeneFactors and error in retestIdentifiedCnvs #29

Open
rosaranli opened this issue Jul 22, 2019 · 0 comments
Open

Warning in setGeneFactors and error in retestIdentifiedCnvs #29

rosaranli opened this issue Jul 22, 2019 · 0 comments

Comments

@rosaranli
Copy link

Hi I tried to run the example in the getting started session and get warnings message and error using the data provided by HoneyBADGER. I followed this session exactly as shown in the website https://jef.works/HoneyBADGER/Getting_Started.html. This the warning messages I got were:
hb$setGeneFactors(txdb)

Warning messages:
1: In ifelse(strand(psF) == "+", 1, -1) * (start(peaks[!na.idx]) - :
longer object length is not a multiple of shorter object length
2: In ifelse(strand(peF) == "+", 1, -1) * (end(peaks[!na.idx]) - start(peF)) :
longer object length is not a multiple of shorter object length

I think that might be the reason that I got the following error when I ran

hb$retestIdentifiedCnvs(retestBoundGenes=TRUE, retestBoundSnps=TRUE, verbose=FALSE)
The error is
Error in as.vector(x) : no method for coercing this S4 class to a vector

Could you please help to have a look why I got these messages when I ran the example? Thank you very much!

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

1 participant