loomR icon indicating copy to clipboard operation
loomR copied to clipboard

Remove cells from loom objects

Open lambdamoses opened this issue 7 years ago • 1 comments

In Seurat, we can filter and remove cells that don't meet certain conditions. I read the loom class documentation and found a function that can add cells. But is there a way to remove cells from a loom object without having to create a new object altogether?

lambdamoses avatar Aug 10 '18 00:08 lambdamoses

We currently don't have that functionality. At the moment, you would need to subset your loom file down to only the cells you want.

mojaveazure avatar Mar 13 '19 21:03 mojaveazure