Description Usage Arguments Examples
View source: R/find_associated_TFs.R
This function takes a vector of genes and TF activity data (by group, not by cell...optional) and a dataframe of cohen's D scores (if the comparison is 2 groups...optional). If only the gene vector is supplied, the function will return all TFs for which a given gene is part of the regulon for the entire dorothea collection of TFs.
1 2 3 4 5 6 | find_associated_TFs(
gene_vector,
tf_data_bygroup = NULL,
effect_size_data = NULL,
custom_regulons = NULL
)
|
gene_vector |
vector of genes |
tf_data_bygroup |
TF data summarized by comparison group |
effect_size_data |
dataframe of cohen's D scores for a given comparison (optional, only if comparison is 2 groups) |
custom_regulons |
searches custom TF regulons for genes in gene vector, default is FALSE. |
1 | find_associated_TFs(gene_vector, tf_data_bygroup, effect_size_data, custom_regulons=custom_regulons)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.