Learn R Programming

CoRegNet (version 1.8.2)

HumanTF: List of Human Transcription Factors.

Description

A list of 2020 Human Transcription Factors in EntrezGene or Official Gene Symbol (HUGO) from the FANTOM consortium (Ravasi et al, 2010).

Usage

data(HumanTF)

Arguments

Format

Two different objects :
HumanTF_entrezgene
A character vector of EntrezGene
HumanTF
A character vector of Official (HUGO) gene symbols

References

Ravasi T, Suzuki H, Cannistraci CV, Katayama S, Bajic VB, Tan K, Akalin A, Schmeier S, Kanamori-Katayama M, Bertin N, Carninci , Daub et al (2010) An Atlas of Combinatorial Transcriptional Regulation in Mouse and Man. Cell 140: 744-752

Examples

Run this code
data(HumanTF)
head(HumanTF)
data(HumanTF_entrezgene)
head(HumanTF_entrezgene)

Run the code above in your browser using DataLab