Introduction

The rTRMui logo is an example of a TRM.
The goal of rTRMui is to identify transcription factor modules (TRMs), that is, complexes of transcription factors (see figure) involved in the regulation of gene expression in a particular cell type or condition. Our approach is centered around a target transcription factor (red circle in figure), for which there is experimental evidence of binding (e.g. by ChIP-seq) and some query transcription factors (blue circles in figure), which have binding sites around the peaks for the target transcription factor. We integrate this information with gene expression in the cell type and with protein-protein interaction data, and use it to predict TRMs.
To have a glance at rTRMui capabilities download the example session dataset and follow the example shown in the Tutorial. Below follows a detailed explanation of the different parameters and options supported in rTRMui.
Target organism
The species where the ChIP-seq or alternative experimental technique has been performed for the target transcription factor.
Target transcription factor
The transcription factor for which a ChIP-seq experiment is available and around which we wish to identify TRMs. Search in the "Transcription factors" tab for the symbol of the transcription factor you want to use.
Query transcription factors
The list of transcription factors that we want to test whether they belong to the TRM around the target transcription factor. This list may come from any source of evidence. A typical case is the enrichment of transcription factor binding motifs in the binding regions of the target transcription factor. A file with each identifier followed by a new line must be specified. Supporting identifiers include PWM ids from the rTRM database or from the MotifDb package, as well as Entrezgene identifiers.
Expressed genes
List of expressed genes in the tissue of interestes. Ideally the tissue should be the same as the one where the original ChIP-seq experiment for the target TF was performed. The list of expressed genes must be specified using Entrezgene identifiers.
Network parameters
Extended TRM
This parameter controls whether the TRM is computed applying the maximum distance constraint to the distance between query and target transcription factors or if query transcription factors that satisfy the constraint when compared to other query transcription factors are also kept (FALSE by default).
Strict TRM
Sometimes rTRM predictions result in TRMs containing disconnected components (i.e. two or more independent subnetworks). It is possible to enforce that only one subnetwork containing the target TF is returned. This can be controlled with the 'strict' parameter, which when is TRUE (default) enforces a single component.
Bridge distance
rTRM searchs for query TFs separated a maximum distance from the target TF. The maximum distance is controlled with the bridge distance parameter. By default bridge distance is 1, which means one protein is allowed to separate the query TF from the target TF. If the minimun distance between the query and TF is larger than the bridge distance then the query TF is discarded. When extended is TRUE, then the query TF is keep if the distance to the target TF or to any other query TF is less or equal to the bridge distance.
Filter Ubiquitin/Sumo from PPI
Ubiquitin and Sumo peptides are included in the PPI networks, and represent network outliers that can bias the prediction of TRMs. This parameter gives the user the choice to remove Ubiquitin and Sumo proteins from the PPI network prior to TRM prediction (TRUE by default).
Plot parameters
Various graphic parameters may be adjusted to manipulate the appearance of the resulting TRM, which can then be saved as a publication-quality figure.
Margin
Controls the margin around the TRM to avoid nodes getting cropped whenever the node size is too large.
Network layout
Selects the network layout for the TRM. Five layouts are available:
concentric: (default) a concentric layout with target TFs in the center, query TFs in the outer circle and bridge proteins in the middle circle.
arc: layout mimicking the rTRM logo, i.e. a linear layout with the target TFs in the middle and the query TFs at each side, with the bridge proteins in between of both in the right side.
circle: circle layout from the igraph package.
kamada.kawai: from the igraph package.
fruchterman.reingold: from the igraph package.
Sort nodes by name
Controls whether nodes should be ordered by node name in "concentric" layout.
Node size
Controls node size.
Line size
Controls size of edges and node border.
Label size
Controls label size.
Download
Three buttons with the labels "Plot", "Legend" and "Table" appear when a TRM has been successfully identified. Clicking on any of these buttons will download a PDF version of the TRM, a PDF version of the legend and a tab delimited text file with the information about TRMs found in the "Table" tab.