| group.vect {varmixt} | R Documentation |
This function extracts the vector of the variance group of each gene. A variance group is determined by the variance mixture model.
group.vect(data)
data |
gene expression data object |
Paul Delmar
## The function is currently defined as
function(data)
{
data$stat2$group
}