Bioconductor / DelayedArray

A unified framework for working transparently with on-disk and in-memory array-like datasets
https://bioconductor.org/packages/DelayedArray
24 stars 9 forks source link

Add coercion from RleList to RleArray #2

Closed PeteHaitch closed 6 years ago

PeteHaitch commented 6 years ago

Motivated by https://support.bioconductor.org/p/102599/. I've had a similar need when trying to create a matrix-like object from coverage vectors (rows as positions, columns as samples) to stick in a SummarizedExperiment.

hpages commented 6 years ago

Thanks Pete!