Description Usage Arguments Value Examples
View source: R/function_beta2M.R
Convert beta values to mvalues
1 | beta2m_values(probe_name, env, save_data = FALSE)
|
probe_name |
A character string containing the probe name desired from
the selected |
env |
A character string containing the environment name that should be used. If none has been set yet, the function will create one in global environment following the standard criteria:
|
save_data |
Logical value where |
the beta values converted in mValues stored inside the determined environment name.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | library(DOAGDC)
download_gdc(
data_type = "methylation",
data_base = "legacy", work_dir = "~/Desktop", tumor = "CHOL",
platform = "Illumina Human Methylation 450"
)
concatenate_methylation(
name = "HIF3A",
data_base = "legacy",
platform = "Illumina Human Methylation 450",
tumor = "CHOL",
work_dir = "~/Desktop"
)
beta2m_values(
probe_name = "cg16672562",
save_data = TRUE,
env = CHOL_LEGACY_methylation_tumor_data
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.