singleDiffAnalyses {psichomics}R Documentation

Perform statistical analysis on a given splicing event

Description

Perform statistical analyses on a given vector containing elements from different groups

Usage

singleDiffAnalyses(
  vector,
  group,
  threshold = 1,
  step = 100,
  analyses = c("wilcoxRankSum", "ttest", "kruskal", "levene", "fligner")
)

Arguments

vector

Numeric

group

Character: group of each element in the vector

threshold

Integer: minimum number of values per group

step

Numeric: number of events before the progress bar is updated (a bigger number allows for a faster execution)

analyses

Character: analyses to perform (see Details)

Details

The following statistical analyses may be performed by including the respective string in the analysis argument:

Value

A row from a data frame with the results


[Package psichomics version 1.20.1 Index]