This provides some utilities to close drisso/SingleCellExperiment#55. The splitByRow() function isn't really necessary as it's just a wrapper for split(), but at least it stops people from asking about it when they see the splitByCol() function.
I guess one could use extractCOLS instead but I don't know if there is any advantage there. I'm also not sure that, e.g., the SCE is currently compatible with vertical_slot_names or whatever extractCOLS is using under the hood.
This provides some utilities to close drisso/SingleCellExperiment#55. The
splitByRow()
function isn't really necessary as it's just a wrapper forsplit()
, but at least it stops people from asking about it when they see thesplitByCol()
function.I guess one could use
extractCOLS
instead but I don't know if there is any advantage there. I'm also not sure that, e.g., the SCE is currently compatible withvertical_slot_names
or whateverextractCOLS
is using under the hood.