zhilizheng / SBayesRC

GNU General Public License v3.0
25 stars 5 forks source link

Posterior samples for variants? #21

Closed cafletezbrant closed 6 months ago

cafletezbrant commented 7 months ago

Thank you for releasing this cool software. Is there a way to get the posterior samples for each variant's beta? This was alluded to in a previous issue but I didn't see it directly addressed, so thought I'd ask.

Best, Kipper

zhilizheng commented 7 months ago

Hi @cafletezbrant ,

Sorry, I assume you were only interested in the categorised hsq which I mentioned in the original post. I will add this flag, this will happen in next few weeks.

Regards, Zhili

zhilizheng commented 6 months ago

Hi @cafletezbrant,

I find I implemented this. SBayesRC::sbayesrc(…, bOutBeta=TRUE).

Type ?SBayesRC::sbayesrc to read full doc.

BR, Zhili