Skip to contents

This function calculates actual mixed effect values for each gene using the provided data, reference labels, and other labels in a categorical variable.

Usage

getActualMixed_typeI(list_logqij, genes_iter_list, categoricalVar_infos)

Arguments

list_logqij

A list of log_qij values grouped by genes and labels.

genes_iter_list

A list of genes for which to calculate the actual mixed effect values.

categoricalVar_infos

Information about the categorical variable, including reference labels and other labels.

Value

A data frame containing the actual mixed effect values for each gene.

Examples

if (FALSE) {
getActualMixed_typeI(list_logqij, genes_iter_list, categoricalVar_infos)
}