You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing a disagreement between our Python-based software using the GenotypeCalls and BeadPoolManifest modules and GenomeStudio for the control probe results of the KaryoMap-v2-1 array. I might be reading the values incorrectly, so I would appreciate your feedback.
Reading the control config from the manifest shows 5 repeated values for each of the 23 control types:
with Staining-Red as the first entry which we can use as an example.
Looking at the intensities for X in the data file of a GTC file I can see the first entries have high values, while I expect these to be low as this is the reading for the Green channel:
So I am wondering:
Do I have the wrong approach to fetch the control data or its interpretation here?
Only one position and one unique intensity value is reported here for every type - is this expected?
The text was updated successfully, but these errors were encountered:
What are you seeing in genome studio? Depending on how old this manifest is there could be a switch between red/grn channels and what is considered x/y.
Thanks, that switch would be important to know and would explain it. :-)
This is a custom-designed BeadArray, so there is no public info available. I'll contact you directly if that's ok.
@fkokocinski I was not able to reproduce a discordance between genome studio and this library (or the data in the GTCs).
I replicated the genome studio control dashboard report in this PR: #44
And when running diff --strip-trailing-cr on both reports it was empty/identical.
There could be an issue with the assay or how this manifest/controls were designed but I would not be a SME for that and would be out of scope for this library.
We are seeing a disagreement between our Python-based software using the GenotypeCalls and BeadPoolManifest modules and GenomeStudio for the control probe results of the KaryoMap-v2-1 array. I might be reading the values incorrectly, so I would appreciate your feedback.
Reading the control config from the manifest shows 5 repeated values for each of the 23 control types:
with Staining-Red as the first entry which we can use as an example.
Looking at the intensities for X in the data file of a GTC file I can see the first entries have high values, while I expect these to be low as this is the reading for the Green channel:
So I am wondering:
Do I have the wrong approach to fetch the control data or its interpretation here?
Only one position and one unique intensity value is reported here for every type - is this expected?
The text was updated successfully, but these errors were encountered: