powered by
This function extracts information about transcription factor (TF) and target gene (TG) with TFactS Catalogue (v2).
extractTFTG( DEGs, catalog, TF.col = "TF..OFFICIAL_TF_CODING_GENE_NAME.", TG.col = "Target.gene..OFFICIAL_GENE_NAME." )
list
a character vector of DEGs (differentially expressed genes)
a data frame of TFactS catalog (ver. 2)
the name of the column that contains the TF names
the name of the column that contains the TG names
Atsushi Fukushima
data(DEGs) data(catalog) res <- extractTFTG(DEGs, catalog) head(res$TFs)
Run the code above in your browser using DataLab