Hi, is it possible to filter reads based on the start position? The current options "after()", "before()", and "position()" does not work for this purpose because they filter reads covering the positions. What I want is filtering reads starting at a certain position.
I see in your manual that "begin" would return the start position of reads. I've tried "chr(1) & begin==1000", "chr(1) & begin(1000)", "chr(1) & begin : 1000", and none of these works. I guess I just don't know how your query language work. Could you give some guidance on how to do that?
Thank you.
Hi, is it possible to filter reads based on the start position? The current options "after()", "before()", and "position()" does not work for this purpose because they filter reads covering the positions. What I want is filtering reads starting at a certain position. I see in your manual that "begin" would return the start position of reads. I've tried "chr(1) & begin==1000", "chr(1) & begin(1000)", "chr(1) & begin : 1000", and none of these works. I guess I just don't know how your query language work. Could you give some guidance on how to do that? Thank you.