Description Usage Arguments Value Examples
For same gene, there are multple gene alias. In order to eliminate the possibility of missing any connections, convert the gene symbols to unique gene ids is important. This function can convert the gene symbols to unique ids and convert it back according a giving map.
1 |
x |
a matrix or dataframe contain the columns to be converted. |
IDsMap |
a character vector of the identifier map |
ByName |
the column names to be converted |
a matrix or dataframe with converted gene IDs
1 2 3 |
Loading required package: Rcpp
from to
[1,] "WBGene00000912" "WBGene00001439"
[2,] "WBGene00000912" "WBGene00001957"
[3,] "WBGene00000912" "WBGene00003511"
[4,] "WBGene00000912" "WBGene00003602"
[5,] "WBGene00000912" "WBGene00022500"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.