bigomics / playbase

Core back-end functionality and logic for OmicsPlayground
Other
4 stars 0 forks source link

Fix data frame conversion in pgx.createPGX function that introduced a drop phenotype #96

Closed mauromiguelm closed 8 months ago

mauromiguelm commented 8 months ago

This pull request fixes an issue in the pgx.createPGX function where the data frame "drop = FALSE" was incorrectly assigned as a variable. The fix ensures that the conversion is done correctly using the as.data.frame function.

This fixes https://github.com/bigomics/omicsplayground/issues/864