scanMiRserver: scanMiRserver

View source: R/scanMiRserver.R

scanMiRserverR Documentation

scanMiRserver

Description

Server function for the scanMiR shiny app. Most users are expected to use scanMiRApp instead.

Usage

scanMiRserver(
  annotations = list(),
  modlists = NULL,
  maxCacheSize = 10 * 10^6,
  BP = SerialParam()
)

Arguments

annotations

A named list of ScanMiRAnno object.

modlists

A named list of 'KdModelList' objects. If omitted, will fetch it from the annotation objects.

maxCacheSize

Maximum cache size in bytes.

BP

BPPARAM for multithreading

Value

A shiny server function

Examples

# we'd normally fetch a real annotation:
# anno <- ScanMiRAnno("Rnor_6")
# here we'll use a fake one:
anno <- ScanMiRAnno("fake")
srv <- scanMiRserver(list(fake=anno))

ETHZ-INS/scanMiRApp documentation built on March 16, 2024, 5:30 p.m.