Description Usage Arguments Details Value Author(s) See Also
Matching Illumina IDs to nuID based on Illumina ID mapping libraries.
1 | IlluminaID2nuID(IlluminaID, lib.mapping=NULL, species = c("Human", "Mouse", "Rat", "Unknown"), chipVersion = NULL, ...)
|
IlluminaID |
a vector of Illumina IDs |
lib.mapping |
the ID mapping library. If it is provided, the parameter "species" will be ignored. |
species |
the species of the chip designed for. If users do not know it, it can be set as "Unknown". |
chipVersion |
chipVersion information returned by function |
... |
other parameters of |
When the parameter "chipVersion" is not provided, this function basically returned the "idMapping" item returned by function getChipInfo
.
The mapping information from Illumina ID to nuID. It will be a matrix with each column corresponding to one matched manifest file when parameter "returnAllMatches" is TRUE. In this case, the columns are sorted from the best match to worst. If IlluminaID is NULL and chipVersion is provided, it will return all mapping information of the chip.
Pan Du
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.