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
I'm trying to use BeadArrayFiles to generate a report that includes information about the Illumina (design) strand, as well as the source strand. It looks like there is not a class corresponding to the Illumina strand, is this correct? Can you tell me how I might extract this information?
Thanks!
The text was updated successfully, but these errors were encountered:
@kaylahardwick Sorry for the late response on this. There's no class associated with the IlmnStrand (TOP/BOT strand) but it's encoded in the LocusEntry.ilmn_id as the first letter after the first underscore (e.g. rs1234-147_T_F_1234). Where T=TOP, B=BOT and for indels, P=Plus, M=Minus.
@kaylahardwick I misspoke, I believe LocusEntry thrown out after parsing the necessary fields when creating a BeadPoolManifest object. Thus, no access to IlmnID. I can open a PR to address that.
Hi,
I'm trying to use BeadArrayFiles to generate a report that includes information about the Illumina (design) strand, as well as the source strand. It looks like there is not a class corresponding to the Illumina strand, is this correct? Can you tell me how I might extract this information?
Thanks!
The text was updated successfully, but these errors were encountered: