get_tfs_human {KBoost} | R Documentation |
Function to automatically assign Human TFs given a list of Symbols.
get_tfs_human(gen_names)
gen_names |
a vector or matrix with the Symbol Gene Names of the system. |
indexes of gen_names who are TFs.
gen_names = c("TP53","MDM2","FOXM1","ESR1","CTCF") tfs = get_tfs_human(gen_names)