probeID2nuID {lumi}R Documentation

Mapping Illumina ProbeID as nuID

Description

Usage

probeID2nuID(probeID, lib = "lumiHumanV1")

Arguments

probeID a vector of Illumina ProbeID
lib a nuID indexed Illumina annotation library

Details

Value

return a list with the same length as the input TargetID vector.

Author(s)

Pan Du

See Also

See Also nuID2probeID

Examples

if (require(lumiHumanV1)) {
    probeID2nuID('0001240020', lib='lumiHumanV1')
}


[Package lumi version 1.2.0 Index]