ceRNAIntergate | R Documentation |
A function to integrate the possible ceRNA pairs that are found by ceRNAR algorithm with those from other tools, such as SPONGE (List et al., 2019) and RJAMI (Hornakova et al.,2018)
ceRNAIntegrate(
path_prefix = NULL,
project_name = "demo",
disease_name = "DLBC",
num_workers = 1
)
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 |
num_workers |
the number of CPU |
a dataframe object
library(SPONGE)
ceRNAIntegrate(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
num_workers = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.