Linear regression based on genotype-summary statistics

In my study, I don’t have access to particular genotypes. There are only summary statistics per phenotype. Is it possible to do linear regression inside hail based only on the summary statistics?

Entry fields:
    'non_miss': int64
    'hom_ref': int64
    'hom_var': int64
    'het': int64
----------------------------------------
Column key: ['pheno']

it’s certainly possible to do a linear regression on any numeric entry field, but scientifically this might not be what you want. This seems more like a meta-analysis task, yes? @kumarveerapen?

Thanks for tagging me, Tim! :slight_smile:

Hi, Rost! To answer your question, yes, this would be a meta-analysis. This page may be helpful for your needs
https://hail.is/docs/0.2/methods/stats.html