Create dataset from class selection?

Hi,

Often I use cryosparc to identify a subset of good particles from a much larger original dataset. Once I have done so, I no longer need the entire dataset (which may be many times larger) taking up space on the scratch disk. Would it be possible in the future to implement a way for cryosparc to create a dataset that is a subset of a previous dataset, to allow for more efficient use of space on the scratch disk?

Cheers
Oli

For the moment at least you could do it by hand with my programs. Use csparc2star.py and the --drop-bad argument, and then star.py and --class, to make a star file with just the classes you want, and import this into cryoSPARC.

I’ll add a --class parameter to csparc2star.py so it can be done in one step.

1 Like