ceRNASurvival: Survival analysis and visualization

View source: R/ceRNASurvival.R

ceRNASurvivalR Documentation

Survival analysis and visualization

Description

A function to analyze the survival outcome when people carry the identified ceRNAs and visualize the results using Kaplan-Meier plot

Usage

ceRNASurvival(
  path_prefix = NULL,
  project_name = "demo",
  disease_name = "DLBC",
  mirnas = "hsa-miR-101-3p"
)

Arguments

path_prefix

user's working directory

project_name

the project name that users can assign

disease_name

the abbreviation of disease that users are interested in

mirnas

a list of mirna name

Value

a list object

Examples

ceRNASurvival(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
mirnas = 'hsa-miR-101-3p'
)



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