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

How should I use downloaded LD matrix? #10

Closed
yingji15 opened this issue Dec 19, 2020 · 2 comments
Closed

How should I use downloaded LD matrix? #10

yingji15 opened this issue Dec 19, 2020 · 2 comments

Comments

@yingji15
Copy link

yingji15 commented Dec 19, 2020

Hi there,

Thanks for making this available!
I am wondering if I can use LD matrix downloaded from (https://zenodo.org/record/3350914#.X94SHOn0lBx ) instead of computing by myself. For example, can I specify the path to this LD matrices and run SBayesR using hibayes package?

ldm1 = read("xx") # path to downloaded LD matrix
fit = sbayes(sumstat=sumstat, ldm=ldm1, model="SBayesR", niter=20000, nburn=10000, outfreq=10, verbose=TRUE)

Thanks!

Ying

@YinLiLin
Copy link
Owner

Hi Ying,

Thank you for trying hibayes.
Sorry that hibayes could not use the LD matrix computed by GCTB, as hibayes uses different types of LD matrix. I just wondering why not use GCTB directly?

Best,
Lilin

@yingji15
Copy link
Author

Hi Lilin,
Thank you so much for your reply! Yes I initially I tried the latest version of GCTB (2.02) but it didn't work in my current environment. So I was looking for other implementations online. I found GCTB (2.0) works in my environment. Thank you so much!

Best,
Ying

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

2 participants