nuID2targetID {lumi}R Documentation

Mapping nuID into Illumina TargetID

Description

Usage

nuID2targetID(nuID, lib = "lumiHumanV1")

Arguments

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

Details

Value

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

Author(s)

Pan Du

See Also

targetID2nuID

Examples

if (require(lumiHumanV1)) {
    nuID2targetID("B2J6WGhV.RevOJYff4", lib='lumiHumanV1')
}

[Package lumi version 1.2.0 Index]