Description Usage Arguments Value Author(s) Examples
Duplicated row names or NA row names are removed from input matrix, and the matrix with the row names of NCBI Gene ID is generated.
1 | convertToNCBIGeneID(input, rowID, LefttoRight)
|
input |
Input matrix (or data.frame). |
rowID |
Gene identifier in each row of the input matrix. The length of rowID must be same as the number of tht input matrix. |
LefttoRight |
Corresponding table with left column (Gene identifier <same type of row ID>) and right column (NCBI Gene ID). |
A matrix object with with the row names of NCBI Gene ID.
Koki Tsuyuzaki
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.