View source: R/ceRNACustomize.R
ceRNACustomize | R Documentation |
A function to allow users to upload their own data
ceRNACustomize(
path_prefix = NULL,
project_name = "demo",
disease_name = "DLBC",
gene_exp = gene_exp,
mirna_exp = mirna_exp,
surv_data = surv_data
)
path_prefix |
user's working directory |
project_name |
the project name that users can assign (default: demo) |
disease_name |
the abbreviation of disease that users are interested in (default: DLBC) |
gene_exp |
location of gene expression data (default: gene_exp) |
mirna_exp |
location of miRNA expression data (default: mirna_exp) |
surv_data |
location of survival data (default: surv_data) |
file
data(gene_exp)
data(mirna_exp)
data(surv_data)
ceRNACustomize(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
gene_exp = gene_exp,
mirna_exp = mirna_exp,
surv_data = surv_data
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.