Rsid absent from table generated by logistic_regression_rows

Now that hl.logistic_regression_rows generates a table (which is great, no complaint here! :slight_smile: ), the rsid field is missing. I’m guessing it’s also the case for linreg.

Would it be possible to include it in the table please?
If not, could you provide, in the GWAS tutorial, a quick and easy way to add the rsids from the matrix to the table?

Adding support for this now. Proposed interface is hl.logistic_regression(..., pass_through=[mt.rsid, ...])

Brilliant, thank you.