-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error when calling SpectralTAD on the rao contact matrix built into the package #12
Comments
Hi @caragraduate, I'm unable to reproduce. Can you check your R/Bioconductor versions are the latest and all packages are up to date? Here's my sessionInfo()
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Thanks for developing this package. I recently met a new problem as I am working on calling SpectralTAD on the .hic format data, which I can successfully running before but recently it gave me the error below, which also happened when I use the built in rao contact matrix.
#Get the rao contact matrix built into the package
data("rao_chr20_25_rep")
I did not have the Group column and could you let me know how should I deal with this Error in
vec_init()
:!
x
must be a vector, notNULL
. error? Thank you for your incoming help!The text was updated successfully, but these errors were encountered: