MannLabs / scPortrait

https://mannlabs.github.io/scPortrait/html/index.html
Apache License 2.0
26 stars 0 forks source link

refactor HDF5singlecellDataset code #76

Open sophiamaedler opened 1 month ago

sophiamaedler commented 1 month ago

currently we have several versions of the HDF5singlecellDataset for different use cases that are each implemented independently. We should refactor this code to utilise code inheritance to not duplicate shared methods and make it easier to maintain longterm.