Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hit index in the reverse complement direction #29

Open
gencouchchu opened this issue Jan 14, 2020 · 2 comments
Open

Hit index in the reverse complement direction #29

gencouchchu opened this issue Jan 14, 2020 · 2 comments
Labels

Comments

@gencouchchu
Copy link

Is it 5'-3' or 3' to 5'?

@jhkorhonen
Copy link
Owner

It's using the same indexing as the non-reverse complement hits, so if your original sequence is 3' to 5', then it's 3' to 5'. That is to say, a match with position +,x corresponds to the same portion of the orginal sequence as a match with position -,x.

An example, assume matrix length 10:

   |------->| Match with position +,4
GATGAGAGTAGTGATGAGTATG
   |<-------| Match with position -,4

@gencouchchu
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants