wilcox: Perform and display statistical analysis

Description Usage Arguments Details Value

View source: R/analysis.R

Description

Includes interface containing the results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
wilcox(data, groups, stat = NULL)

ttest(data, groups, stat = NULL)

levene(data, groups, stat = NULL)

fligner(data, groups, stat = NULL)

kruskal(data, groups, stat = NULL)

fisher(data, groups)

spearman(data, groups)

Arguments

data

Numeric, data frame or matrix: gene expression data or alternative splicing event quantification values (sample names are based on their names or colnames)

groups

List of sample names or vector containing the group name per data value (read Details); if NULL or a character vector of length 1, data values are considered from the same group

stat

Data frame or matrix: values of the analyses to be performed (if NULL, the analyses will be performed)

Details

Value

HTML elements


psichomics documentation built on Nov. 8, 2020, 5:44 p.m.