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

fixed and updated plot_tracks #67

Closed avantikalal closed 1 month ago

avantikalal commented 1 month ago

Fixes #61

  1. Previously, the plot_tracks function did not use strand information for annotations and assumed that all annotated features (exons, genes, etc.) were on the positive strand. This bug is fixed.

  2. Also added another feature in plot_tracks that allows the user to control the height of annotation tracks separately from data tracks. Normally, we want a small bar representing exons/genes etc. below the track, which can be much larger.