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

vcf-miner with ped files? #2

Closed
ramaniak opened this issue Jun 21, 2016 · 4 comments
Closed

vcf-miner with ped files? #2

ramaniak opened this issue Jun 21, 2016 · 4 comments

Comments

@ramaniak
Copy link

Hello,
If I understand correctly, vcf-miner does not utilize pedigree information to filter for variants. Is this correct? If so, is there any development in progress that would see this implemented in future releases?

thanks very much
Arun

@Steven-N-Hart
Copy link
Owner

Arun,
Can you describe the feature a little bit more that you are requesting? You should be allowed to filter by different combinations of samples - even without a PED file.

@ramaniak
Copy link
Author

Hello Steven,
Thanks for your quick response. I am looking to carry out analysis with
trios: denovo calling, compound heterozygotes and such. Is there a way to
carry this out in the current release?

thanks

On Tue, Jun 21, 2016 at 5:03 PM, Steven N Hart notifications@github.com
wrote:

Arun,
Can you describe the feature a little bit more that you are requesting?
You should be allowed to filter by different combinations of samples - even
without a PED file.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AFzoBpnWXTR4dTRXXMi8LP1iAaUIAfJVks5qOFGggaJpZM4I7J1Z
.

@Steven-N-Hart
Copy link
Owner

Yes.
To get de novo:
create a group for the parents And 1 for the Child.
In the Custom Tab of the filter modal, select "Variants NOT IN Group", with the "Either" radio button selected where the value = "Parents". This removes any variant found in mom OR dad - hence de novo.

For compound het, select "Variants IN Group" = "Parent", but this time select heterozygous. Next add another filter where "Variants IN Group" = "Child" and set the genotype to "Heterozygous". Now, to get true compound hets - assuming neither parent has the disease, you would further select " "Variants NOT IN Group" = "Parent" but select "Homozygous" (remove variants that are homozygous in either parent)

Make sense?

@ramaniak
Copy link
Author

Yes, makes sense. Let me try it out and let you know of I run into any
difficulties.

Cheers
Arun

On Tuesday, June 21, 2016, Steven N Hart notifications@github.com wrote:

Yes.

To get de novo:
create a group for the parents And 1 for the Child.
In the Custom Tab of the filter modal, select "Variants NOT IN Group",
with the "Either" radio button selected where the value = "Parents". This
removes any variant found in mom OR dad - hence de novo.

For compound het, select "Variants IN Group" = "Parent", but this time
select heterozygous. Next add another filter where "Variants IN Group" =
"Child" and set the genotype to "Heterozygous". Now, to get true compound
hets - assuming neither parent has the disease, you would further select "
"Variants NOT IN Group" = "Parent" but select "Homozygous" (remove variants
that are homozygous in either parent)

Make sense?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AFzoBqFRsXYchuDWtO3bXmKJ6I6ft1DKks5qOFW0gaJpZM4I7J1Z
.

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

2 participants