PeteHaitch / SparseSummarizedExperiment

An experimental R package that defines S4 classes and methods for sparse genomic data
Other
2 stars 0 forks source link

SparseAssays -> SimpleList coercion #11

Open PeteHaitch opened 8 years ago

PeteHaitch commented 8 years ago

Currently (dbaca193986ae61ec498dbeac8c41bd672b0d8c9) it is documented that a concrete subclass of the SparseAssays virtual class must have lossless coercion to the SimpleList class (https://github.com/PeteHaitch/SparseSummarizedExperiment/blob/dbaca193986ae61ec498dbeac8c41bd672b0d8c9/R/SparseAssays-class.R#L33). Is this strictly necessary?

PeteHaitch commented 8 years ago