Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

LTLA
Copy link
Contributor

@LTLA LTLA commented Oct 12, 2020

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
Copy link
Contributor Author

LTLA commented Oct 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Methods for splitting SingleCellExperiment objects
1 participant