Entering edit mode
Russ Fraser
▴
40
@russ-fraser-13646
Last seen 6.3 years ago
Ontario Veterinary College, University …
Very basic question regarding the annotation of a GenomeAxisTrack in gviz using add53
and add35
. It looks like both strands have a 5' on the left, and a 3' on the right. It appears that way in my plots, as well as in the Dec 5, 2017 version of the documentation (p16). Shouldn't the bottom (reverse) strand be swapped?
Reproducible code (from the documentation):
axisTrack <- GenomeAxisTrack(range = IRanges(start = c(2e+06, 4e+06), end = c(3e+06, 7e+06), names = rep("N-stretch", 2))) plotTracks(axisTrack, from = 1e+06, to = 9e+06, add53 = TRUE, add35 = TRUE)