Skip to content

New multi-file samplers, adjusts the selene.samplers API

Compare
Choose a tag to compare
@kathyxchen kathyxchen released this 07 Sep 19:47
· 431 commits to master since this release

In addition to adding a sampler that loads in .mat or .bed files for sampling in training/testing/validation modes (MultiFileSampler), we also have updated selene.sequences.Genome to include an input of blacklist_regions in its constructor. This allows users to specify whether certain regions of the genome should be ignored entirely (e.g. never get sampled when using an online sampler).