[Bioc-devel] IlluminaID2nuID Incorrectly Uses If Statement

Dario Strbenac dstr7320 at uni.sydney.edu.au
Mon Dec 2 07:00:11 CET 2013


> patientNuIDs <- IlluminaID2nuID(rownames(stage3expression), species = "Human")
Warning message:
In if (!is.na(chipInfo$IDType)) { :
  the condition has length > 1 and only the first element will be used

I think this is not intended. It's never a good idea to pass a vector of values to an if statement. The arrays are an older type. They use probe IDs like 6450255 not like ILMN_12345. I have another batch of newer arrays. No warning happens for them.

--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia


More information about the Bioc-devel mailing list