Error when doing gwas with hail
0
0
Entering edit mode
5.1 years ago

Getting this error when doing a gwas with hail...

Error summary: ClassCastException: java.lang.String cannot be cast to java.lang.Boolean

Here is the command for the gwas...

gwas = hl.linear_regression_rows(y=mt.is_case,
                                 x=mt.GT.n_alt_alleles(),
                                 covariates=[1.0])

This is what the data looks like:

Source:
    <hail.matrixtable.MatrixTable object at 0x126ae47f0>
Index:
    ['column']
--------------------------------------------------------
--------------------------------------------------------
Type:
        struct {
        s: str,
        fam_id: str,
        pat_id: str,
        mat_id: str,
        is_female: bool,
        is_case: bool
    }

If you need more info let me know...

Thanks,

gwas hail • 1.1k views
ADD COMMENT
0
Entering edit mode

it's the only error message ? there is no stacktrace ?

ADD REPLY
0
Entering edit mode

Full stack trace would help!

ADD REPLY

Login before adding your answer.

Traffic: 1244 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6