basicStats {psichomics}R Documentation

Basic statistics performed on data

Description

Variance and median of each group. If data has 2 groups, also calculates the delta variance and delta median.

Usage

basicStats(data, groups)

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); if NULL or a character vector of length 1, all data points will be considered of the same group

Value

HTML elements


[Package psichomics version 1.10.2 Index]