We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm trying to use circos plot from the circlize package by setting .plot = "circos".
I tried to run the example :
data(immdata) ov <- repOverlap(immdata$data) vis(ov, .plot = "circos")
but I get this error : Error: Since gap.degree parameter has length larger than 1, it should have same length as the number of sectors.
gap.degree
I think it has smth to do with the size of the matrix. Have you any idea how to fix it ?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I'm trying to use circos plot from the circlize package by setting .plot = "circos".
I tried to run the example :
data(immdata)
ov <- repOverlap(immdata$data)
vis(ov, .plot = "circos")
but I get this error :
Error: Since
gap.degree
parameter has length larger than 1, it should have same length as the number of sectors.I think it has smth to do with the size of the matrix. Have you any idea how to fix it ?
Thank you for your help.
The text was updated successfully, but these errors were encountered: