View source: R/utils_analysis_random.R
merge_data | R Documentation |
This function takes in the gene info data and merges it with the data that has gone through the processing function. The returned data contains the gene names as well as the ensembl id in the first two columns.
merge_data(all_gene_names, data, merge_ID)
all_gene_names |
All matched gene names from idep data |
data |
Data matrix with rownames to merge with gene names |
merge_ID |
String designating the type gene id such as "User_ID", "ensembl_ID", "symbol" |
Data frame with all gene name information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.