ceRNApairFiltering: one of three steps in main ceRNAR algorithm

ceRNApairFilteringR Documentation

one of three steps in main ceRNAR algorithm

Description

A function to conduct one of three steps in algorithm, that is, pairs filtering

Usage

ceRNApairFilering(
  path_prefix = NULL,
  project_name = "demo",
  disease_name = "DLBC",
  window_size = 10,
  cor_method = "pearson"
)

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)

window_size

the number of samples for each window (default: 10)

cor_method

selection of correlation methods, including pearson and spearman (default: pearson)

Value

file

Examples

ceRNApairFilering(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
window_size = 10,
cor_method = 'pearson'
)



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