| ceRNApairFiltering | R Documentation | 
A function to conduct one of three steps in algorithm, that is, pairs filtering
ceRNApairFilering(
  path_prefix = NULL,
  project_name = "demo",
  disease_name = "DLBC",
  window_size = 10,
  cor_method = "pearson"
)
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)  | 
file
ceRNApairFilering(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
window_size = 10,
cor_method = 'pearson'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.