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

NULL Result from coloc.susie #158

Open
htqqdd opened this issue Apr 9, 2024 · 0 comments
Open

NULL Result from coloc.susie #158

htqqdd opened this issue Apr 9, 2024 · 0 comments

Comments

@htqqdd
Copy link

htqqdd commented Apr 9, 2024

I encountered an issue when using the package, specifically with the coloc.susie function. After preparing my datasets and running runsusie on each, I attempted to perform colocalization analysis using coloc.susie. However, instead of getting the expected summary results, the function returned NULL.
Here is my code:
dataset1 <- runsusie(dataset1)
dataset2 <- runsusie(dataset2)
susie.res <- coloc.susie(dataset1, dataset2)
print(susie.res$summary)

Here is the screenshot of the two datasets after runing runsusie.
image
image

I'm not quite sure this is the correct output or a bug dealing with special data?
Thank you for making such a useful package.

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