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

Multi-allelic SNVs and CNVs #237

Open
katherinef opened this issue Sep 9, 2024 · 1 comment
Open

Multi-allelic SNVs and CNVs #237

katherinef opened this issue Sep 9, 2024 · 1 comment

Comments

@katherinef
Copy link

Hello,

I think Susie can only handle multi-allelic variants when these have been split into biallelic variants - is this correct? Unfortunately this isn't always easy to do (especially for CNV where you may not know what the underlying alleles are). Is there any way to use Susie with multiallelic SNVs and CNVs (ie, where the genotypes are coded 0,1,2,3,4 and so on instead of the usual 0,1,2)?

Thanks!

@pcarbo
Copy link
Member

pcarbo commented Sep 9, 2024

@katherinef Thanks for your interest in susieR. The short answer is that susie should be able to handle multi-allelic variants because it makes no specific assumptions about the input matrix, X. So it would depend entirely on how you encode the multiallelic SNV in the matrix X. I suspect that there are standard ways to do this; to start, maybe see how PLINK handles multiallelic SNVs.

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