hansenlab / minfi

Devel repository for minfi
58 stars 70 forks source link

Add option to realize following `convertArray()` and `combineArray()` #154

Open PeteHaitch opened 6 years ago

PeteHaitch commented 6 years ago

These functions do a large amount of row-wise subsetting. Performance tends to get suckier when a HDF5Matrix is subsetted and can often be improved by creating a new HDF5 dataset storing just the subsetted data.