View source: R/postfit_coef_samples.R
extract_tf_cell_combos | R Documentation |
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 |
Assembled training data obtained from the
|
A data frame of the indices and names of TF x cell type combinations.
## Not run:
tf_cell_combos <- extract_tf_cell_combos(assembled_training_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.