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

reconciling rec map in hapmap with actual chr sizes #6

Closed
mufernando opened this issue Apr 13, 2020 · 4 comments
Closed

reconciling rec map in hapmap with actual chr sizes #6

mufernando opened this issue Apr 13, 2020 · 4 comments

Comments

@mufernando
Copy link
Member

The recombination maps from HapMap do not span the full chromosome, but I am using the actual chromosome sizes to set simulations.

Deal with this discrepancy in windowed.snake. Check that last position in rec map is the end of the chr, if not, add another line with rec = 0.

@petrelharp
Copy link
Collaborator

Seems like you should set the chromosome length to the last position in the map?

@mufernando
Copy link
Member Author

That's what I was doing before. But then it will be different than what is seen in the actual data and in the annotations.

The chunk that is missing is from the map is ~500kb for each chr.

@petrelharp
Copy link
Collaborator

Ok, but then maybe you should not use that bit of the real data, either? Unless we really think that 500Kb actually has no recombination.

@mufernando
Copy link
Member Author

Ok, changed to get chr lens from the rec map! Thanks.

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

No branches or pull requests

2 participants