merge_data: Merge data from gene info and processed data

View source: R/utils_analysis_random.R

merge_dataR Documentation

Merge data from gene info and processed data

Description

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.

Usage

merge_data(all_gene_names, data, merge_ID)

Arguments

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"

Value

Data frame with all gene name information.


espors/idepGolem documentation built on April 23, 2024, 1:11 p.m.