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

Primer Implementation Plan #10

Open
averagehat opened this issue Oct 9, 2019 · 0 comments
Open

Primer Implementation Plan #10

averagehat opened this issue Oct 9, 2019 · 0 comments
Assignees

Comments

@averagehat
Copy link
Collaborator

averagehat commented Oct 9, 2019

Given a reference fasta file, a VCF file, a BAM file, and a primer file:

map primers to reference, creating a new “Primer Bam” file
for each “alt” within the VCF file:
Inspect the “Primer Bam” file to check if that alt overlaps a primer. That is, the alt’s position is between the primer’s map start and map end (a.k.a., it’s mapped region)
count reads that have that alt
count reads that don’t have alt
count reads that have that alt and which end within the primer’s mapped region
count reads that have that don’t have the alt and which end within the primer’s mapped region
return the four counts above

@mousepixels does this match our conclusion today?

@averagehat averagehat self-assigned this Oct 9, 2019
@averagehat averagehat changed the title Implementation Plan Primer Implementation Plan Oct 9, 2019
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