You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the future we might be able to add group_by while preserving the SingleCellExperiment. But we don't have plans yet. (Pull requests are always welcome, though!)
I would like to sub-sample a singleCellExperiment object based on a factorial in colData.
I have a singleCellExperiment object:
with some colData:
I would like to subsample based on the cluster_id column such that I have max X (500) events of each cluster.
I can get the selection of cells using the following code:
But I don't know how I would use this to filter the original singleCellExperiment object.
Could you please give me a pointer?
Thanks
The text was updated successfully, but these errors were encountered: