RasmussenLab / MOVE

MOVE (Multi-Omics Variational autoEncoder) for integrating multi-omics data and identifying cross modal associations
https://move-dl.readthedocs.io/
MIT License
64 stars 25 forks source link

Remove number of samples from categorical shapes #39

Closed ri-heme closed 1 year ago

ri-heme commented 2 years ago

MOVEDataset stores categorical_shapes and continuous_shapes. The former is a list of tuples containing three numbers: number of samples, number of features, number of categories per feature. The first item is not needed, and it is inconsistent with continuous_shapes (which does not store the number of samples, but only number of features).

Several functions will be affected by this change.