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.
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.
Fixes #61
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.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.