> getChipInfo(rownames(stage3expression), species = "Human")
$chipVersion
[1] "HumanHT12_V3_0_R3_11283641_A" "HumanWG6_V3_0_R3_11282955_A"
$species
[1] "Human"
$IDType
[1] "Array_Address_Id" "Array_Address_Id"
$chipProbeNumber
[1] 48803
$inputProbeNumber
[1] 48803
$matchedProbeNumber
[1] 4880
Hi, Dario
Thanks for comment.
Could you run getChipInfo(rownames(stage3expression), species = "Human")
and show the return values?
Best
Gilbert
On 12/2/13 12:00 AM, "Dario Strbenac" wrote:
>> patientNuIDs <- IlluminaID2nuID(rownames(stage3expression), species =
>>"Human")
>Warning message:
>
> 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 sta