-
Notifications
You must be signed in to change notification settings - Fork 9
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
Loci with multiple motifs at same position #38
Comments
Now I recognized that the motifs are basically the same but only shifted. I provide a more complicated example:
Especially line 2 and 3 of the output confuse me.
The same motif on the same locus but with different genotypes for one sample. |
when you specify the the loci in the bed file, there should one only be one locus (position) per line. |
So you are only allowed to put in a a position once and if there might be different motifs at a single position I have to use regexp? The usecase is that if you detect an STR, you would like to know if the detected copy number is very much outside the norm. For that you have to know the norm and genotype the other (control) samples to get this information. |
Thanks, @christopher-schroeder for the info. |
I have called a bunch of samples with straglr and merged the (chrom, start, end, motif) beds into one unified bed. I would like to use this merged bed to genotype each sample again. Sometimes different motifs occur at the same position, but straglr only calles one of them multiple Times. Example:
Here is a position of the merged bed file with multiple motifs at the same position.
I use this bed for genotyping.
What I see:
What I am expecting:
The text was updated successfully, but these errors were encountered: