douglasyao / mesc

Mediated Expression Score Regression (MESC)
GNU General Public License v3.0
26 stars 8 forks source link

Using MESC heritability mediated by genetic effects on splicing #2

Closed sbguarch closed 4 years ago

sbguarch commented 4 years ago

Hi,

Is it possible to directly apply MESC to estimate trait/disease h2 mediated by genetic effects on splicing (instead of gene expression)? So, instead of estimating individual expression scores, estimating individual splicing scores based on splicing ratios (intron ratios) from leafcutter? I tried but it's not working because REML can't converge.

Thanks!

douglasyao commented 4 years ago

Hi,

In theory, there should be no issue estimating h2 mediated by molecular phenotypes other than expression using MESC. REML convergence issues are likely caused by small sample size of the splicing data set. For small QTL data sets (<100 samples, though this cutoff will depend on the heritability and polygenicity of the molecular phenotype), I'd advise against using MESC to estimate mediated h2, as downward biases can occur due to small sample size.

sbguarch commented 4 years ago

Hi,

My sample size is ~400 so should it be fine, right? So, I had no issues with gene expression, is there any other tip that could explain this systematic error for all chr?

Many thanks!

sbguarch commented 4 years ago

Hi,

Sorry, I've just realised that there was an error in my covariate input file for the splicing analysis. Thank you for your quick feedback and everything runs smoothly. Sorry to bother you.

douglasyao commented 4 years ago

No problem, glad it works!