September 18, 2014
September 2, 2014
Human Transcription Factor Databases
I was searching for all human transcription factors (TFs). I found the following databases.
- TRANSFAC (link): It seems to be the most comprehensive database for eukaryotic TFs. It has both public and professional versions. As expected, the professional version contains more data. The first paper on TRANSFAC published in 2000 received more than 1000 citations so far.
- DBD (link): It contains predicted transcription factors from whole genomes. The first paper on DBD published in 2008 received ~140 citations so far.
- AnimalTFDB (link): As the name suggests, it contains animal transcription factors. The first paper on AnimalTFDB published in 2012 received ~25 citations so far.
The following discussions were helpful to know about these databases:
August 31, 2014
Useful links for python programmers
- Command line arguments parsing: link argparse package argparse tutorial
- Input/output: link
- Count occurrence of characters in a string: link
- Install PyDev: link
- FDR correction: link
- Send email: link1 link2
- yield explanation: stackoverflow
- Parallel processing: sebastianraschka.com
- Shared memory used by multiple processes: stackoverflow1 stackoverflow2 stackoverflow3
- Install virtualenv without 'sudo' permission: stackoverflow
pip install --user virtualenv
Plots in Python:
- Plots: matplotlib
- Error in plot when DISPLAY is undefined: stack overflow.
- Drawing distribution line using histogram. stack overflow.
Subscribe to:
Posts (Atom)