This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How Can I Find Target Genes Of A Transcription Factor?

how can I find target genes of a transcription factor?

target gene transcription

I'm deleting your second question from the answers section. Please use the comments underneath answers for further questions, rather than posting a question as an answer.

8 answers

If you have ChIP-seq data, you can use TIP:
http://bioinformatics.oxfordjournals.org/content/27/23/3221

I think there are two ways to do this: 1. You can check the ChIP-chip and ChIP-Seq data from GEO and ENCODE for your TF. This is the direct evidence that the TF binds to the targets. But the TF binding is a dynamic/tissue specific process, so make sure the ChIP-chip and ChIP-Seq experiment performed in the similar tissue/cell type you are interested in. 2. Or if you know the motif of that TF (check Transfac), you can use the motif to scan the gene promoters. If the promoter contain the motif (usually this region should also be conserves across multiple species), then the corresponding gene might be the target of that TF. This is just a computational prediction.

You might check MSigDB. Also, the ENCODE project has an ever-expanding list of ChIP-Seq datasets that might be relevant.

You might be interested in this R package: https://github.com/slowkow/tftargets

It summarizes 6 datasets:

See make_rdata.R for the script that converts the raw data into lists of gene sets.

Usage Example

  • Show the names of the lists.
  • Show the names of the first 5 transcription factors in TRRUST.
  • Show the gene targets for the AIP transcription factor.

screenshot

Check out PAZAR. They have a downloads page with TFs and the genes regulated by them. This is a curated set built from the literature, other databases (e.g., ORegAnno), ChIP-Seq datasets, and more.

I don't how to use them. is there any tutorial to learn me how to use it? or could you please record your desktop activity by freeware jing : http://www.techsmith.com/download/jing/ to learn me how to use it.

Please use the comments underneath answers for further questions, rather than posting a question as an answer.

TIP is mentioned in another answer; another algorithm to try is EMBER (Expectation Maximization of Binding and Expression pRofiles).

For target genes of plant transcription factors, you can find it in PlantRegMap

Log in to answer this question.