stephenslab/susieR

Run SuSiE using individual level genetic data

mkoromina opened this issue · 4 comments

Hi,

I was wondering whether there is a tutorial/vignette describing how to run SuSiE using individual level genetic data. In that case, which SuSiE R functions would be the best to use?

Thank you!

@mkoromina Thanks for your interest in susieR.

You could start here:
https://stephenslab.github.io/susieR/articles/finemapping.html

More vignettes can be found here:
https://stephenslab.github.io/susieR/articles/index.html

Let us know if you have any other questions.

Thank you @pcarbo very much for this!

A few more questions that I have are related to: (i) how the genotype shall be formatted in order to run susieR, ie will it be a genotype matrix where each row will be a variants and the columns are the genotypes for the different individuals? , and, (ii) can we run this vignette in the scenario where Y variable is binary/categorical?

Hi @mkoromina, the first vignette ("Fine-mapping example") should answer question (i).

For (ii), the answer is more complicated, but there is some work supporting the use of linear regression models for fine-mapping binary traits (with individual-level data — not as much summary data, e.g., susie_rss). This is briefly discussed in the FINEMAP paper by Benner et al. Also see papers by Matti Pirinen (Annals of Applied Statistics, Nature Genetics).

thank you very much @pcarbo for all this information!