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
228 stars 23 forks source link

Fix annotation direction in plot_tracks #61

Closed avantikalal closed 1 month ago

avantikalal commented 1 month ago

plot_tracks (https://github.com/Genentech/gReLU/blob/main/src/grelu/visualize.py#L582) seems to always plot annotation track elements in the forward strand, even if negative strand annotations are provided.