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

Search across two different families for variants in both families #163

Open
SamBryen opened this issue Nov 4, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@SamBryen
Copy link

SamBryen commented Nov 4, 2022

Seqr currently allows you to run searches across multiple families from multiple projects. This is especially useful now that we have families with exome data in one project and genome data in another project. We can simultaneously run variant searches across the two projects, but they are run independently, returning variants that match the filters in either project. As far as I'm aware, there is no option for returning variants that are in both projects only. It uses 'OR' by default but we need an 'AND' option.

For example, lets say patient X and patient Y are both affected individuals in the same family Z. Patient X has exome data, patient Y has genome. There will be two family Zs within two different projects. We can select family Z from both projects in the variant search menu and select the filters we would like to use. It will then return variants found in patient X or patient Y. Lets say there were 100 variants returned: 40 were found only in patient X, 40 were found only in patient Y and 20 variants were found in both patient X and Y. For the purposes of finding the causative variant, we only want to return the 20 variants we can see in both patient X and Y. Currently, I would need to manually look at all 100 variants to determine which variants appear in both X and Y.

From a user perspective, it would be helpful to have a tick box with something like 'search as a single family' (as opposed to two separate families) or 'families are related' that you can select if you want to perform an 'AND' search instead of an 'OR' search. See screenshot for suggestion.

Screenshot 2022-11-04 at 12 11 12 pm

Let me know if you need me to clarify further. Thanks!

@SamBryen SamBryen added the enhancement New feature or request label Nov 4, 2022
@SamBryen SamBryen changed the title Search across two different projects for common Search across two different families for variants in both families Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant