ceRNALocation: Visualization for peak location

View source: R/ceRNALocation.R

ceRNALocationR Documentation

Visualization for peak location

Description

A function to visualize the peak location at certain miRNA level

Usage

ceRNALocation(
  path_prefix = NULL,
  project_name = "demo",
  disease_name = "DLBC",
  mirna = "hsa-miR-101-3p",
  window_size = 10
)

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

mirna

a specific mirna name (such as hsa-miR-101-3p) assigned by user

window_size

the number of samples for each window and usually about one third of total samples

Value

a list object

Examples

ceRNALocation(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
mirna='hsa-miR-101-3p',
window_size = 10
)



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