@hpages I implemented an .export_loom() function on the loom-export branch to complement makeSummarizedExperimentFromLoom(), but I was wondering where it really belongs? In some ways it could go in HDF5Array, with functionality like saveHDF5SummarizedExperimet(). And ultimately it could well end up in a loom package (see also loomR and hdf5r). Suggestions?
There are some pretty severe limitations on functionality, e.g., not supporting GRangesList, any of the *List or other column classes, or even factor levels.
The features that @mtmorgan discussed here will be implemented in LoomExperimenthttps://github.com/Bioconductor/LoomExperiment. Further discussion on functionality and features should occur there.
@hpages I implemented an
.export_loom()
function on the loom-export branch to complementmakeSummarizedExperimentFromLoom()
, but I was wondering where it really belongs? In some ways it could go in HDF5Array, with functionality likesaveHDF5SummarizedExperimet()
. And ultimately it could well end up in a loom package (see also loomR and hdf5r). Suggestions?There are some pretty severe limitations on functionality, e.g., not supporting GRangesList, any of the *List or other column classes, or even factor levels.