You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that by default the genotypes are considered as numeric variables, like 0/0 as number 0, 0/1 as number 1, 1/1 as number 2. I am wondering whether tensorQTL can treat them as categorical variables (like factors) and run. Thanks!
The text was updated successfully, but these errors were encountered:
In my mapping case, the effect of genotype does not necessarily have a linear trend in 0-1-2. So treating them as categotical variables could be better.
It seems that by default the genotypes are considered as numeric variables, like 0/0 as number 0, 0/1 as number 1, 1/1 as number 2. I am wondering whether tensorQTL can treat them as categorical variables (like factors) and run. Thanks!
The text was updated successfully, but these errors were encountered: