UCSF-DSCOLAB / cyclone

3 stars 2 forks source link

add control exclusion and subsampling to 'prepare_checkpoint1()' #7

Closed dtm2451 closed 2 years ago

dtm2451 commented 2 years ago

Adds functionality for some missing "Data processing related" inputs into the prepare_checkpoint1() function.

These steps normally happen in step 1 of the pipeline, which the prepare_checkpoint1() functions aims to recreate for users whose data is already in matrix form rather than raw .fcs files.

Also updates:

dtm2451 commented 2 years ago

Pretty ready from my perspective, although I haven't actually tested the subsampling change in the main pipeline.