compute.dif.paired {varmixt}R Documentation

Function to compute simple statistics with paired data

Description

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

Usage

compute.dif.paired(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 The factor to go from the gene variance to the variance of the mean difference
residual A matrix with the residual

Author(s)

Paul Delmar

See Also

vm.analysis.paired,normalize.data.paired


[Package varmixt version 0.2-4 Index]