View source: R/ceRNALocation.R
| ceRNALocation | R Documentation | 
A function to visualize the peak location at certain miRNA level
ceRNALocation(
  path_prefix = NULL,
  project_name = "demo",
  disease_name = "DLBC",
  mirna = "hsa-miR-101-3p",
  window_size = 10
)
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  | 
a list object
ceRNALocation(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
mirna='hsa-miR-101-3p',
window_size = 10
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.