mojaveazure / loomR

An R-based interface for loom files
63 stars 16 forks source link

Remove cells from loom objects #17

Open lambdamoses opened 6 years ago

lambdamoses commented 6 years ago

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?

mojaveazure commented 5 years ago

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.