phenotypeCorr: Phenotype correlation analysis server module

Description Usage Arguments Value Author(s)

View source: R/corr_module.R

Description

Phenotype correlation analysis server module

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
phenotypeCorr(
  input,
  output,
  session,
  aggDat,
  colorOptions,
  corFeatBase,
  corPheno,
  corFacet1,
  corFacet2,
  corMethod,
  reset
)

Arguments

input

shiny input

output

shiny output

session

shiny session

aggDat

aggregated MRExperiment

colorOptions

reactive storing filters available via data input

corFeatBase

first correlation feature

corPheno

correlation phenotype

corFacet1

first correlation facet

corFacet2

second correlation facet

corMethod

correlation method to use

reset

boolean reactive which resets the module if TRUE

Value

R code used to do the correlation analysis (character)

Author(s)

Janina Reeder


microbiomeExplorer documentation built on Nov. 8, 2020, 8:16 p.m.