get_tfs_human {KBoost}R Documentation

Function to automatically assign Human TFs given a list of Symbols.

Description

Function to automatically assign Human TFs given a list of Symbols.

Usage

get_tfs_human(gen_names)

Arguments

gen_names

a vector or matrix with the Symbol Gene Names of the system.

Value

indexes of gen_names who are TFs.

Examples

gen_names = c("TP53","MDM2","FOXM1","ESR1","CTCF")
tfs = get_tfs_human(gen_names)


[Package KBoost version 1.1.0 Index]