compute.dif {varmixt}R Documentation

Function to compute simple statistics with unpaired data

Description

This function computes a number of statistics for each gene in the unpaired data case. In particular, it computes the result of the homoscedastic and gene-specific variance model.

Usage

compute.dif(data)

Arguments

data A gene expression data object. The result of the normalize.data function.

Value

This function adds the following elements to the gene expression data object :

stat1.call The call to the function
df The number of degrees of freedom used in the computation of each gene variance
var.to.vardelta
residual A matrix with the residual

Author(s)

Paul Delmar

See Also

vm.analysis,normalize.data


[Package varmixt version 0.2-4 Index]