bigomics / playbase

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

GSETS not in sync with playdata #89

Closed ivokwee closed 4 months ago

ivokwee commented 9 months ago
  1. The GSET.rda in the data folder in playbase is not the same as playdata::GSETS.
  2. Eventually, playbase::GSETS should be deprecated in favor of playdata::GSETS.
  3. The use of iGSETS (GSETS with integer index) could be deprecated. Although iGSETS uses 100Mb and GSETS (with gene symbols) uses 1.4GB in memory. For memory reasons iGSETS would be preferable with accessor function getGSETS (as is now). This would reduce memory footprint. Needs to be done in playdata and playbase.
mauromiguelm commented 9 months ago

Hi Ivo,

1 and 2: playbase::GSETS, its likely a function that is not used anymore

image image

3. iGSETS uses way less memmory, I think its worth discussing and maybe implementing!