transform_ensembl_2_entrez | R Documentation |
This function is to uniform gene ID types in data matrices, i.e., from ENSEMBL ID to ENTREZ ID.
transform_ensembl_2_entrez(Data)
Data |
Data matrix of gene expressions with gene ensembl ID as row names and columns corresponding to different samples. |
Since gene IDs in data matrices from different sources may be in different formats (ensembl ID or entrez ID), this function is to transform the gene IDs in the data matrix from ensembl ID to entrez ID, to assist the following single sample directional gene set analysis.
Data matrix of gene expressions with ENSEMBL ID as row names and columns corresponding to samples will be return.
transform_ensembl_2_entrez(Data = data_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.