-
Notifications
You must be signed in to change notification settings - Fork 23
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
eLRR: Clarifcation on LRR adjustments #46
Comments
If you look in the code for
The MoChA output VCF will include the following nine variables:
These explain how to adjust LRR and BAF for each genotype using the following formulas:
After that you have an adjustment based on GC content by extracting information from the
This means that LRR will be further adjusted as follows:
Where the list is as long as the degree of the polynomial used for the GC correction |
Thanks for the clarifications! Would there be a case in which the eLRR picks up a signal yet the unadjusted LRR looks fine? |
Yeah, of course in theory that is possible and it could be desirable if it comes from a real signal |
I am attempting to troubleshoot this given call (14q11): This exact call is present in many unrelated samples and thus we're suspicious of a false-positive, especially given the fact it is not apparent in the unadjusted LRR (and BAF). It is isolated to one single batch of samples. Dropping the missingness threshold does not affect the call. We are hoping to understand these types of calls more deeply. Any guidance on how to further troubleshoot would be appreciated. Thanks. |
Just following up on this. Any guidance on how to further troubleshoot? Cheers, Ryan |
Visually something does seem to be going on across multiple consecutive markers so it is hard to argue that MoChA is doing anything wrong. What explains that might not be a CNV but I am not an expert on LRR. There does not seem to be any BAF signal in this call. You could try to filter out germline duplications based solely on LRR but without further testing and investigating I don't have further advice as you would have to try to understand what exactly is going on with these regions. Do you think the GC correction is at fault here? Do the affected markers have outlier GC values? Are you using the newest version of MoChA? |
Hi there,
I was curious if you can provide details on the type of LRR adjustments that are made to produce the eLRR plots?
Cheers,
Ryan
The text was updated successfully, but these errors were encountered: