View source: R/fct_01_load_data.R
convert_data | R Documentation |
This function works with the converted ids to take in the expression data and swap the rownames to the converted ids. It returns the data exactly the same except for the changed ids.
convert_data(
converted,
data,
no_id_conversion,
multiple_map = c("mean", "median", "sum", "max", "max_sd")
)
converted |
Data from |
data |
Data from the input expression file |
no_id_conversion |
TRUE/FALSE for converting data ids or not |
multiple_map |
String to designate how to handle values when multiple ids are matched to the same gene. Options are 'mean', 'median', 'sum', 'max', and 'max_id'. |
Returns original data with rownames converted to ensembl
Other load data functions:
gene_info()
,
get_all_gene_names()
,
input_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.