ttest {psichomics}R Documentation

Perform unpaired t-test analysis and return interface to show the results

Description

Perform unpaired t-test analysis and return interface to show the results

Usage

ttest(data, groups, stat = NULL)

Arguments

data

Numeric, data frame or matrix: data for one gene or alternative splicing event

groups

List of characters (list of groups containing data identifiers) or character vector (group of each value in data)

stat

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

Value

HTML elements


[Package psichomics version 1.9.1 Index]