run_shinyepico | R Documentation |
ShinyÉPICo! Interactive minfi and limma pipeline for Illumina methylation arrays
run_shinyepico(
n_cores = parallel::detectCores()/2,
max_upload_size = 2000,
host = "127.0.0.1",
port = NULL
)
n_cores |
Number of cores to be used in parallelized operations in the application. By default, half of your CPU cores. Parallelization affects only to mean and differences calculation and it does not suppose a significant memory overhead. |
max_upload_size |
The limit in MB of the .zip file size to be uploaded. By default, 2000MB. |
host |
IP used to deploy the server. By default, your local IP (127.0.0.1) |
port |
Port used to deploy the server. |
None
{
if (interactive()) {
run_shinyepico()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.