Closed Angela-Jones closed 2 years ago
Hi, are you able to share an example dataset that reproduces this issue? Based on the following line in the error message above: The diagonal element 3 is zero, the inversion could not be completed because the input matrix is singular.
it looks like this is a problem with the input data, possibly the genotype dosages.
Hello! I'm running into issues with the interaction model through both Python and CLI. I've successfully run both the
cis
andcis_nominal
versions of tensorQTL with the same exact files I'm attempting to use for interaction.My interaction file looks like this, where there are two columns (tab-delim) with individuals in the first column and a binary assignment in a second column. The individuals are in the same order as in the phenotype file.
When I run the example command in Python, I get the following error:
When I run the example command in CLI, I get this error instead:
If anyone has any ideas, that would be amazing! I'm very stuck.