dgsa: DGSA main function

Description Usage Arguments Details Author(s)

Description

DGSA main function

Usage

1
2
3
dgsa(.clusters, .X, .normalize = TRUE, .nBoot = 100,
  .interactions = FALSE, .nBins = 3, .alpha = 0.95, .parallel = FALSE,
  .progress = TRUE)

Arguments

.normalize

- Whether to normalize with .alpha boostrapped or not.

.nBoot

- The number of bootstrapped samples for normalization computation.

.interactions

- boolean, specifying whether to compute interactions (default = FALSE)

clusters

- from some method like kmedoids

parameters

- a data frame with parameters stacked in columns and designs in rows.

Details

This code implements the original DGSA code by Celine Scheidt.

Author(s)

Ogy Grujic (ogyg@stanford.edu)


ogru/DGSA documentation built on May 29, 2019, 7:19 a.m.