Bioconductor / SummarizedExperiment

A container (S4 class) for matrix-like assays
https://bioconductor.org/packages/SummarizedExperiment
33 stars 9 forks source link

Add utility to easily split rows/columns by a factor. #45

Closed LTLA closed 4 years ago

LTLA commented 4 years ago

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.

LTLA commented 4 years ago

I guess this wasn't of interest, and I accidentally force pushed over it, so I'm closing this.