> 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
_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to