| add_ENSID | R Documentation | 
Add ENSEMBLE ID to the first column of your data.frame
add_ENSID(Kmeans_result, GeneInf1 = NULL, Spec1 = "")
| Kmeans_result | Kmeans result data.frame, row names should be Symbol ID | 
| GeneInf1 | data.frame, correspondence file of gene ID, row names should be ENSEMBLE ID, first column should be Symbol ID, if GeneInf1 = NULL this function will be built-in corresponding gene ID file. | 
| Spec1 | If you don’t have a gene ID corresponding file, you can also use our built-in corresponding gene ID file, 'Mm' for mus musculus | 
add ENSEMBL ID to the first column of data frame
load(system.file("extdata", "test_clustering.rda", package = "IReNA"))
add_ENSID(test_clustering, Spec1 = "Hs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.