skinniderlab / CLM

MIT License
0 stars 0 forks source link

calculate_outcomes with randomize=True in read_file #115

Closed vineetbansal closed 4 months ago

vineetbansal commented 5 months ago

calculate_outcomes is taking in the first max_orig_mols samples from the sample file. By passing in randomize=True to read_file, we should be able to pick up a better random distribution and compare it against the former case.

vineetbansal commented 4 months ago

done