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
Instead of transforming the data and directly passing it into PyGWAS, make sure to pass the un-transformed phenotype values and let PyGWAS transform it.
Additionally make sure to pass all phenotype values and not only the ones from the Study so that the transformation is applied to all of them instead of only the overlap. PyGWAS will make sure to calculate the overlap and filter missing genotypes
The text was updated successfully, but these errors were encountered:
Instead of transforming the data and directly passing it into PyGWAS, make sure to pass the un-transformed phenotype values and let PyGWAS transform it.
Additionally make sure to pass all phenotype values and not only the ones from the Study so that the transformation is applied to all of them instead of only the overlap. PyGWAS will make sure to calculate the overlap and filter missing genotypes
The text was updated successfully, but these errors were encountered: