featureCorr: Feature correlation analysis server module

View source: R/corr_module.R

featureCorrR Documentation

Feature correlation analysis server module

Description

Feature correlation analysis server module

Usage

featureCorr(
  input,
  output,
  session,
  aggDat,
  colorOptions,
  corFeatBase,
  corFeat2,
  corFacet1,
  corFacet2,
  corMethod,
  reset
)

Arguments

input

module input

output

module output

session

app session

aggDat

aggregated MRExperiment

colorOptions

reactive storing filters available via data input

corFeatBase

first correlation feature

corFeat2

second correlation feature

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


zoecastillo/microbiomeExplorer documentation built on Sept. 11, 2022, 7:40 a.m.