ceRNACustomize: A function for uploading customized data

View source: R/ceRNACustomize.R

ceRNACustomizeR Documentation

A function for uploading customized data

Description

A function to allow users to upload their own data

Usage

ceRNACustomize(
  path_prefix = NULL,
  project_name = "demo",
  disease_name = "DLBC",
  gene_exp = gene_exp,
  mirna_exp = mirna_exp,
  surv_data = surv_data
)

Arguments

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)

Value

file

Examples

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
)



ywhsiao/ceRNAR documentation built on Aug. 6, 2023, 3:13 p.m.