PoonLab / clustuneR

Implementing clustering algorithms on genetic data and finding optimal parameters through the performance of predictive growth models.
GNU General Public License v3.0
0 stars 0 forks source link

iss12 branch: predictor variables are assumed to be numeric #21

Closed ArtPoon closed 9 months ago

ArtPoon commented 10 months ago

https://github.com/PoonLab/clustuneR/blob/f6865ba22a6a86b3d3799874153665fbcd4cd6d7/R/analysis.R#L80-L81

I added this because the values in the data frame were being cast as character type, but this isn't a great solution.

ArtPoon commented 9 months ago

Rolling back some changes, restoring data.table