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

Family-based filtering #205

Open
paolomaccallini-hub opened this issue Dec 1, 2023 · 1 comment
Open

Family-based filtering #205

paolomaccallini-hub opened this issue Dec 1, 2023 · 1 comment

Comments

@paolomaccallini-hub
Copy link

Hi!

Is there the possibility of developing a pipeline for family-based filtering of structural variants?

@lgmgeo
Copy link
Owner

lgmgeo commented Dec 4, 2023

Hi Paolo,

Thank you for your interesting idea!
Actually, I would really love to develop such a module (for a long time), but I know I won't have the time at the moment. I need to completely change the code and integrate a database.

Currently, I would like to add a "barcode" feature, representing the presence/absence of SV (with homozygote/heterozygote status), to search for recurrence between families or group of individuals.

The user will be able to add a list of sorted samples to the configuration file. Then, the barcode will represent the SV’s zygosity status in this ordered list of samples:

  • Samples homozygotes for the reference allele will be represented using “0”
  • Heterozygous SV will be represented using “1”
  • Unknown SV will be represented using "2"
  • Homozygous variants will be represented with “3”

(like gt_types values from the cyvcf2 Python library).

I let this issue open, so that any user interested in such a development can participate.
Feel free to expand on your needs.

Any help from developers is welcome,

Best,

Véronique

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants