mgrastSuggestTest {KbaseKit}R Documentation

Suggests stats test

Usage

mgrastSuggestTest(data_file, groups_file, data_type = c("raw", "normalized"), paired = FALSE, file_out = "suggest_stat_test.out")

Arguments

data_file
groups_file
data_type
paired
file_out

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (data_file, groups_file, data_type = c("raw", "normalized"), 
    paired = FALSE, file_out = "suggest_stat_test.out") 
{
  }

[Package KbaseKit version 0.9 Index]