Software
Most widely used tools for transcription factor binding site prediction
In this article, we summarize the most widely used tools (online/ standalone) for transcription binding site prediction in DNA sequences.
1. PROMO
This tool identifies putative transcription factor binding sites in DNA sequences [1]. It acts as a virtual laboratory where it predicts the transcription factor binding sites based on constructed specific binding site weight matrices from the TANSFAC database [2]. It provides an easy-to-use graphical user interface and downloadable output files. PROMO is currently using version 8.3 of TRANSFAC [1]. It is available online at http://alggen.lsi.upc.es/cgi-bin/promo_v3/promo/promoinit.cgi?dirDB=TF_8.3
2. TRANSFAC
It is a database of eukaryotic transcription factors, their DNA binding profiles, and genomic binding sites [2]. TRANSFAC consists of information about transcriptional regulation that can help in predicting potential transcription factor binding sites in DNA sequences. However, this is not freely accessible. You can buy it online at https://genexplain.com/transfac/#section0.
3. JASPAR CORE
JASPAR CORE is an online curated database of transcription factor binding sites [3,4]. This database consists of a non-redundant set of profiles and experimentally defined transcription factor binding sites of eukaryotes. It stores the profiles in the form of position frequency matrices (PFMs) and transcription factor flexible models (TFFMs). Users can find profiles for multiple species across six taxonomic groups. It is freely accessible at http://jaspar.genereg.net/.
4. TFBIND
This is another online prediction tool of transcription factor binding sites in DNA sequences [5]. TFBIND searches for TATA boxes, GC boxes, CCAAT boxes, transcription start sites (TSS). The tool uses a weight matrix as defined by TRANSFAC R.3.4. It is quite easy to use. Users have to upload or enter a nucleic acid sequence in FASTA format and submit it. TFBIND also allows the users to obtain compressed results. It is freely accessible at http://tfbind.hgc.jp/.
5. Tfsitescan
Tfsitescan is an online predictor of transcription factor binding sites in DNA sequences [6]. It works best with sequences consisting of around 500 nucleotides. Users can search for mammalian sites, prokaryotic sites, amphibian sites, yeast, avian, drosophila, and many other sites. It is freely available at http://www.ifti.org/cgi-bin/ifti/Tfsitescan.pl
References
- Messeguer, X., Escudero, R., Farré, D., Nuñez, O., Martı́nez, J., & Albà, M. M. (2002). PROMO: detection of known transcription regulatory elements using species-tailored searches. Bioinformatics, 18(2), 333-334.
- Wingender, E., Dietze, P., Karas, H., & Knüppel, R. (1996). TRANSFAC: a database on transcription factors and their DNA binding sites. Nucleic acids research, 24(1), 238-241.
- Khan, A., Fornes, O., Stigliani, A., Gheorghe, M., Castro-Mondragon, J. A., Van Der Lee, R., … & Mathelier, A. (2018). JASPAR 2018: update of the open-access database of transcription factor binding profiles and its web framework. Nucleic acids research, 46(D1), D260-D266.
- Fornes, O., Castro-Mondragon, J. A., Khan, A., Van der Lee, R., Zhang, X., Richmond, P. A., … & Mathelier, A. (2020). JASPAR 2020: update of the open-access database of transcription factor binding profiles. Nucleic acids research, 48(D1), D87-D92.
- Tsunoda, T., & Takagi, T. (1999). Estimating transcription factor bindability on DNA. Bioinformatics (Oxford, England), 15(7), 622-630.
- http://www.ifti.org/cgi-bin/ifti/Tfsitescan.pl
Software
[Tutorial] How to install openbabel on Ubuntu (Linux)?
Software
How to install & execute Discovery Studio Visualizer on Ubuntu (Linux)?
DS Visualizer is a comprehensive, free molecular modeling and visualization tool designed by BIOVIA, part of Dassault Systèmes [1]. It enables researchers to visualize and analyze complex chemical and biological data, including molecular structures, sequences, and simulations.DS Visualizer’s user-friendly interface supports various file formats and provides powerful tools for molecular editing, docking, and structure analysis. In this article, we are installing DS Visualizer on Ubuntu (Linux).
Software
[Tutorial] Installing HTSlib on Ubuntu (Linux).
HTSlib is an open-source C library designed for handling high-throughput sequencing (HTS) data [1]. It provides the underlying functionality for manipulating various file formats commonly used in genomics, such as SAM (Sequence Alignment/Map), BAM (Binary Alignment/Map), CRAM (Compressed Reference-oriented Alignment Map), and VCF (Variant Call Format). In this article, we are installing on Ubuntu (Linux).
MD Simulation
List of widely used MD Simulation Analysis Tools.
Molecular Dynamics (MD) simulation analysis involves interpreting the vast amounts of data generated during the simulation of molecular systems. These analyses are necessary to study the physical movements of atoms and molecules, the stability of molecular conformations, reaction mechanisms, and thermodynamic properties, among other aspects. In this article, we will give a brief overview of some widely used MD simulation analysis tools.
Software
[Tutorial] Installing ProteStAr on Ubuntu (Linux).
ProteStAr is a bioinformatics tool to compress protein structure files [1]. It compresses PDB/CIF files and supplementary PAE files. The compression is lossless. However, users are allowed to generate the lossy compression of files. In this article, we are installing ProteStar on Ubuntu.
Software
[Tutorial] How to install 3Dmapper on Ubuntu (Linux)?
Understanding the relationship between genes and proteins is crucial for elucidating biological processes, and disease mechanisms, and developing targeted therapies. A new tool developed by Yang et. al., [1], provides a better solution to map annotated positions and variants to protein structures automatically. 3Dmapper is a stand-alone tool based on R and Python programming languages that map annotated genomic variants or positions to protein structures [1]. In this article, we will install 3Dmapper on Ubuntu (Linux).
Software
CMake installation and upgrade: What worked & what didn’t?!
CMake is a widely used cross-platform build system that automates the process of compiling and linking software projects. In bioinformatics, CMake can be utilized to manage the build process of software tools and pipelines used for data analysis, algorithm implementation, and other computational tasks. However, managing the versions of CMake or upgrading it on Ubuntu (Linux) can be a trivial task for beginners. In this article, we provide methods for installing and upgrading CMake on Ubuntu.
Bioinformatics Programming
Free_Energy_Landscape-MD: Python package to create Free Energy Landscape using PCA from GROMACS.
In molecular dynamics (MD) simulations, a free energy landscape (FEL) serves as a crucial tool for understanding the behavior of molecules and biomolecules over time. It is difficult to understand and plot a meaningful FEL and then extract the time frames at which the plot shows minima. In this article, we introduce a new Python package (Free_Energy_Landscape-MD) to generate an FEL based on principal component analysis (PCA) from MD simulation done by GROMACS [1].
Bioinformatics News
VS_Analysis: A Python package to perform post-virtual screening analysis
Virtual screening (VS) is a crucial aspect of bioinformatics. As you may already know, there are various tools available for this purpose, including both paid and freely accessible options such as Autodock Vina. Conducting virtual screening with Autodock Vina requires less effort than analyzing its results. However, the analysis process can be challenging due to the large number of output files generated. To address this, we offer a comprehensive Python package designed to automate the analysis of virtual screening results.
Bioinformatics Programming
vs_interaction_analysis.py: Python script to perform post-virtual screening analysis
Analyzing the results of virtual screening (VS) performed with Autodock Vina [1] can be challenging when done manually. In earlier instances, we supplied two scripts, namely vs_analysis.py [2,3] and vs_analysis_compounds.py [4]. This time, we have developed a new Python script to simplify the analysis of VS results.
Software
How to install Interactive Genome Viewer (IGV) & tools on Ubuntu?
Interactive Genome Viewer (IGV) is an interactive tool to visualize genomic data [1]. In this article, we are installing IGV and tools on Ubuntu desktop.
MD Simulation
[Tutorial] Installing VIAMD on Ubuntu (Linux).
Visual Interactive Analysis of Molecular Dynamics (VIAMD) is a tool that allows the interactive analysis of molecular dynamics simulations [1]. In this article, we are installing it on Ubuntu (Linux).
Docking
[Tutorial] Performing docking using DockingPie plugin in PyMOL.
DockingPie [1] is a PyMOL plugin to perform computational docking within PyMOL [2]. In this article, we will perform simple docking using DockingPie1.2.
Docking
How to install the DockingPie plugin on PyMOL?
DockingPie [1] is a plugin of PyMOL [2] made to fulfill the purpose of docking within the PyMOL interface. This plugin will allow you to dock using four different algorithms, namely, Vina, RxDock, SMINA, and ADFR. It will also allow you to perform flexible docking. Though the installation procedure is the same for all OSs, in this article, we are installing this plugin on Ubuntu (Linux).
Software
Video Tutorial: Calculating binding pocket volume using PyVol plugin.
This is a video tutorial for calculating binding pocket volume using the PyVol plugin [1] in Pymol [2].
Software
How to generate topology from SMILES for MD Simulation?
If you need to generate the topology of molecules using their SMILES, a simple Python script is available.
Software
[Tutorial] Installing jdock on Ubuntu (Linux).
jdock is an extended version of idock [1]. It has the same features as the idock along with some bug fixes. However, the binary name and the GitHub repository names are changed. We are installing jdock on Ubuntu (Linux).
Software
How to upgrade cmake on Ubuntu (Linux)?
In bioinformatics, cmake is used to install multiple software including GROMACS, jdock, and so on. Here is a short tutorial on how to upgrade cmake on Ubuntu and get rid of the previous version. (more…)
Software
How to install GMXPBSA on Ubuntu (Linux)?
GMXPBSA is a tool to calculate binding free energy [1]. It is compatible with Gromacs version 4.5 and later. In this article, we will install GMXPBSA version 2.1.2 on Ubuntu (Linux).
You must be logged in to post a comment Login