Greetings all.
Quick question - how exactly am I to interpret the array returned by the getOffsets() member of the SAXContainer class in determining the start/end boundary points?
EX:
#1: [30, 90, 170]
or
#2: [10, 15, 78, 99]
Does this mean in #1 that the motif starts at 30, ends at 90, starts at 90, ends at 170? How exactly am I to infer boundaries from this with single offsets?
#2 has an even number of offsets - does this mean start=10 end=15, start=15 end=78, start=78 end=99, etc.?
Maybe I'm over thinking this and looking at it the wrong way.
Appreciate the help.
Regards,
Tim