group.vect {varmixt}R Documentation

Extraction of the vector of the variance group of each gene

Description

This function extracts the vector of the variance group of each gene. A variance group is determined by the variance mixture model.

Usage

group.vect(data)

Arguments

data gene expression data object

Author(s)

Paul Delmar

Examples




## The function is currently defined as
function(data)
{
  data$stat2$group
  }

[Package varmixt version 0.2-4 Index]