addTileMatrix() with overlapping tile ranges #797
Unanswered
galib36
asked this question in
Questions / Documentation
Replies: 1 comment 5 replies
-
Unfortunately, this is not possible. You could, of course, create such a matrix by making a tile matrix with tileSize = 20 and then doing some simple addition to create the tiles you want. This will probably use a lot of memory. But since overlapping tiles is not something that we feel makes sense for ATAC analysis, we dont have an implementation to allow for overlap. If you feel we are missing something, feel free to let us know. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering whether it is possible to have tiles with overlapping windows using
addTileMatrix
? Currently the function supports with fixed tile width, but I need to have a tile with overlapping window, for e.g.windows would be at these positions:
1-100
21-120
41-140
61-150
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions