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

Illumina Generated Manifest has no RefStrand column #49

Open
tbrunetti opened this issue Aug 7, 2019 · 5 comments
Open

Illumina Generated Manifest has no RefStrand column #49

tbrunetti opened this issue Aug 7, 2019 · 5 comments
Labels

Comments

@tbrunetti
Copy link

I have no problems running this using BPM, however, when using an Illumina provided manifest (.csv) it is missing the RefStrand header. These are the headers that were provided, can you tell me which one maps to RefStrand (I want to say it is likely SourceStrand, but I would like confirmation before changing a header name; if is is SourceStrand, should I update all SourceStrand embedded headers to be RefStrand)?:

IlmnID,
Name,
IlmnStrand,
SNP,
AddressA_ID,
AlleleA_ProbeSeq,
AddressB_ID,
AlleleB_ProbeSeq,
GenomeBuild,
Chr,
MapInfo,
Ploidy,
Species,
Source,
SourceVersion,
SourceStrand,
SourceSeq,
TopGenomicSeq,
BeadSetID

@jjzieve
Copy link
Contributor

jjzieve commented Aug 8, 2019

Which CSV manifest are you using? It should have a RefStrand column if it was created relatively recently. It is not the same as the SourceStrand.

@danilovkiri
Copy link

@jjzieve

Hi, I have exactly the same problem. The manifest is old (dated 2014), though I have to use it now to process old genotyping data. Is there a way (algorithmically) to assign RefStrand values based on whatever sequences can be found in SourceSeq/TopGenomicSeq/etc?

@jjzieve
Copy link
Contributor

jjzieve commented Aug 4, 2020

@danilovkiri You could try using the SourceSeq and comparing to the ProbeSeq values if you want, but I wouldn't recommend it. The way its done internally validates against the reference genome in case the SourceSeq isn't accurate (this can occur on custom designs). I would email [email protected] and ask to get the RefStrand mapped on your manifest.

@danilovkiri
Copy link

Thank you very much @jjzieve

@jjzieve
Copy link
Contributor

jjzieve commented Aug 5, 2020

@danilovkiri No problem! Let me know if that works out for you. If so, I'll close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants