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

Unmapped pairs with pileup #1302

Open
ngaitan55 opened this issue Jul 30, 2024 · 0 comments
Open

Unmapped pairs with pileup #1302

ngaitan55 opened this issue Jul 30, 2024 · 0 comments

Comments

@ngaitan55
Copy link

Hi
I wanted to know how I can get the unmapped pair reads of mapped pairs (which in the BAM are located right next to their mapped pair, with the same alignment coordinate) with the pileup() function. I have tried the following parameters:

AligmentFile.pileup(reference=seq_name, start=start, end=stop, fastafile=ref_genome, min_base_quality=0, min_mapping_quality=0, max_depth=100000, stepper='nofilter', ignore_overlaps=False, ignore_orphans=False)

But still to no avail. I know the fetch() function can do this, but I need to do it with the pileup function. Thank you!

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