View source: R/md_postprocess.R
md_post_handle_age | R Documentation |
This function is called by md_postprocess() in order to handle the logic of age term mappings from preprocessed metadata.
md_post_handle_age( mdpre, mdpost, mdpost.vl = list(age = "age"), mdpre.vl = list(sample_id = "gsm", sample_title = "gsm_title", info = "info", age = "age", age_temp = "age_temp"), verbose = TRUE )
mdpre |
Table of preprocessed metadata. |
mdpost |
Table of postprocessed metadata. |
mdpost.vl |
List mapping term categories (names) to column names in the mdpost postprocessed metadata matrix to be generated. |
mdpre.vl |
List mapping term categories (names) to column names in the mdpre preprocessed metadata matrix. |
verbose |
Whether to show status messages (TRUE). |
Postprocessed metadata table with a new column of mapped age info, values.
md_postprocess(); md_preprocess()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.