googlegenomics / gcp-variant-transforms

GCP Variant Transforms
Apache License 2.0
134 stars 55 forks source link

Add Query: Find mutation count across chromosome #684

Closed tsa87 closed 3 years ago

tsa87 commented 3 years ago

The query finds the numbers of mutation positions across a specific region of chromosome with a bin size of 100,000 base pairs. It currently loops through each interval and collect the mutation count.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

tsa87 commented 3 years ago

@googlebot I signed it!

samanvp commented 3 years ago

Thank you very much Tony for contributing to this project.

The idea of this notebook started from the project you initiated during your internship at Google.