Illumina did my WES and returned very complex and bizzare sample.id like "SampleCU-18" and "Sample24" despite I supplied them with simple 3 digit code 018, 024. When I ran SeqVarData: seqData <- SeqVarData(gds, sampleData=annot) it returned the following error:
Error in SeqVarData(gds, sampleData = annot) : sample.id in sampleData does not match GDS file
I did make sure the sample.id in annot match exactly.
Does it need to be sorted? How do I sort a gds file based on sample.id? Can I rename the sample.id to something simple like 018 and 024 to avoid error?
Did you ever resolve this problem? I'm running into it myself now. I actually have two datasets that are formatted the same, but only run into this error with one of them.