Genentech / gReLU

gReLU is a python library to train, interpret, and apply deep learning models to DNA sequences.
https://genentech.github.io/gReLU/
MIT License
230 stars 23 forks source link

Consider strand column in `merge_intervals` #63

Closed avantikalal closed 1 month ago

avantikalal commented 1 month ago

In addition to chrom, start and end columns, the strand column (if present) should also be preserved in merge_intervals_by_column: https://github.com/Genentech/gReLU/blob/main/src/grelu/data/preprocess.py#L624