Description Usage Arguments Details Value Author(s) References See Also Examples
Mapping Illumina TargetID (GeneID) into nuID.
1 | targetID2nuID(targetID, lib.mapping = "lumiHumanIDMapping", ...)
|
targetID |
a vector of Illumina TargetID (GeneID) |
lib.mapping |
an Illumina ID mapping library |
... |
other parameters of |
The function will call IlluminaID2nuID
when ID mapping library were provided.
see function IlluminaID2nuID
Pan Du
Du, P., Kibbe, W.A. and Lin, S.M., "nuID: A universal naming schema of oligonucleotides for Illumina, Affymetrix, and other microarrays", Biology Direct 2007, 2:16 (31May2007).
nuID2targetID
, IlluminaID2nuID
1 2 3 | if (require(lumiHumanIDMapping)) {
targetID2nuID('GI_21389350-S', lib='lumiHumanIDMapping')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.