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

tool for variant info across genomic windows #14

Closed
arq5x opened this issue Apr 19, 2012 · 1 comment
Closed

tool for variant info across genomic windows #14

arq5x opened this issue Apr 19, 2012 · 1 comment

Comments

@arq5x
Copy link
Owner

arq5x commented Apr 19, 2012

Write a generic tool for reporting BEDGRAPH variation stats for windows across the genome.

For example, using the nucl_diversity column in the variants table, we can report a BEDGRAPH of the average nucleotide diversity in each window:

chr1 10000 20000 2.3
chr1 20000 30000 3.7
...

Use pybedtools.window_maker to generate the windows, along with mapbed to do the calculations. Should be easy and quite powerful.

@arq5x
Copy link
Owner Author

arq5x commented May 24, 2012

Addressed with 499e5516f9

@arq5x arq5x closed this as completed May 24, 2012
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

1 participant