mod_hypothesisGenerator_server {multiSight}R Documentation

hypothesisGenerator Server Function

Description

hypothesisGenerator Server Function

Usage

mod_hypothesisGenerator_server(
  input,
  output,
  session,
  obj,
  biosignature,
  featMethod
)

Arguments

input, output, session

Internal parameters for shiny.

obj

R6 object to wrap all data from different analysis.

biosignature

Discriminant biological features selected.

featMethod

character string to specify feature selection method (e.g. "diablo");

Value

Network inferences and PubMed queries results.


[Package multiSight version 1.1.0 Index]