We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
nucl_diversity
variants
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.
The text was updated successfully, but these errors were encountered:
Addressed with 499e5516f9
499e5516f9
Sorry, something went wrong.
No branches or pull requests
Write a generic tool for reporting BEDGRAPH variation stats for windows across the genome.
For example, using the
nucl_diversity
column in thevariants
table, we can report a BEDGRAPH of the average nucleotide diversity in each window:Use pybedtools.window_maker to generate the windows, along with mapbed to do the calculations. Should be easy and quite powerful.
The text was updated successfully, but these errors were encountered: