R/postfit_coef_samples.R
extract_tf_cell_combos.Rd
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)
Assembled training data obtained from the
assemble_training_data()
function.
A data frame of the indices and names of TF x cell type combinations.
if (FALSE) {
tf_cell_combos <- extract_tf_cell_combos(assembled_training_data)
}