Creates a table listing the indices and names of TF x cell type combinations from the assembled training data. This will be used to extract regression coefficients from the TOP fit result.

extract_tf_cell_combos(assembled_training_data)

Arguments

assembled_training_data

Assembled training data obtained from the assemble_training_data() function.

Value

A data frame of the indices and names of TF x cell type combinations.

Examples

if (FALSE) {
tf_cell_combos <- extract_tf_cell_combos(assembled_training_data)
}