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
Currently, we keep track of the name of each column that the user specifies in their uploaded GWAS data, and use that string to get the respective column in the GWAS dataframe. This is unnecessary, since we can instead identify each column based on what the user entered in the form (eg. BP column is called "BP_hg38" by user, etc.), and then rename the column label in the dataframe to use a reusable constant.
The text was updated successfully, but these errors were encountered:
Currently, we keep track of the name of each column that the user specifies in their uploaded GWAS data, and use that string to get the respective column in the GWAS dataframe. This is unnecessary, since we can instead identify each column based on what the user entered in the form (eg. BP column is called "BP_hg38" by user, etc.), and then rename the column label in the dataframe to use a reusable constant.
The text was updated successfully, but these errors were encountered: