bigomics / playbase

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

Fix as.matrix conversion issue with integer64 #116

Closed mauromiguelm closed 3 months ago

mauromiguelm commented 3 months ago

this fixes https://github.com/bigomics/omicsplayground/issues/971

This pull request fixes an issue where the as.matrix function was converting integer64 values to strange values. The problem was that the type was not handled correctly in the matrix. The fix ensures that the conversion from data.table to matrix is done properly, preserving the correct types.