-
Notifications
You must be signed in to change notification settings - Fork 26
Separating .vcf's by individual on pooled call? #12
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
Comments
Can you provide the command lines you have run?
…On 20/04/17 22:01, lokeyCEU wrote:
I have merged .bam files from the 1kGP (with samtools merge -r) and
performed RetroSeq discovery phase on the merged .bam.
But now when I call the merged .bam I get only one .vcf output. How do
I create .vcf's for each individual in the merged .bam?
This is similar to what Wildschutte did in a 2015 study.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4666360/
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAf_sWb9Kr-Dmb2idbrGj-FMg0kjWMORks5rx8edgaJpZM4NDkmR>.
|
Absolutely. I did Then ran discovery phase; Then call phase; But the .vcf that comes out is all the pooled individuals and I want the call separated by individual. Thanks! |
UPDATE: The Wildschutte 2016 paper took these, simplified, steps.
Here is the command I used; Thanks! |
I have merged .bam files from the 1kGP (with samtools merge -r) and performed RetroSeq discovery phase on the merged .bam.
But now when I call the merged .bam I get only one .vcf output. How do I create .vcf's for each individual in the merged .bam?
This is similar to what Wildschutte did in a 2015 study. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4666360/
Thank you.
EDIT: (May 2017) I was mistaken, the merged (pooled) .bam is used during the calling phase NOT discovery.
The text was updated successfully, but these errors were encountered: