run_shinyepico: Run Shiny ÉPICo!

View source: R/run_app.R

run_shinyepicoR Documentation

Run Shiny ÉPICo!

Description

ShinyÉPICo! Interactive minfi and limma pipeline for Illumina methylation arrays

Usage

run_shinyepico(
  n_cores = parallel::detectCores()/2,
  max_upload_size = 2000,
  host = "127.0.0.1",
  port = NULL
)

Arguments

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.

Value

None

Examples

{
  if (interactive()) {
    run_shinyepico()
  }
}

omorante/shinyepico documentation built on May 11, 2023, 7:21 p.m.