PMBio / hipsci_pipeline

1 stars 1 forks source link

Allow specification of multiple genomic regions for a given feature #79

Closed danielseaton closed 7 years ago

danielseaton commented 7 years ago

Implements #78 without adding any new flags to the input.

If multiple regions are specified:

For cis, the union of snps within those regions (+- window_size) are tested. For trans, the intersection of snps outside those regions (+- window_size) is tested.

Still to-do: