nf-core/tfactivity
Bioinformatics pipeline that makes use of expression and open chromatin data to identify differentially active transcription factors across conditions.
Introduction
nf-core/tfactivity is a bioinformatics pipeline that can identify the most differentially active transcription factors (TFs) between multiple conditions. It takes a count matrix and open chromatin data (ATAC-seq, DNase-seq, HM-ChIP-seq) as input. It produces a ranking of transcription factors.
- Identify accessible regions (can perform footprinting between close ChIP-seq peaks or take ATAC-seq peaks)
- Calculate affinity scores for combinations of transcription factors and target genes (TGs) using STARE
- Identify differentially expressed genes between conditions
- Utilize linear regression to identify the transcription factors that are most likely to be responsible for the differential gene expression
- Calculate the TF-TG score based on:
- Differential expression of the target genes
- Affinity of the transcription factors to the target genes
- The regression coefficient of the transcription factors
- Perform a Mann-Whitney U test and create a ranking of the transcription factors
A more biological visualization of the workflow can be found here:
The following image was created for the TF-Prioritizer publication. Parts of the workflow have been adapted for the nf-core pipeline, but the general idea is still valid.
Usage
If you are new to Nextflow and nf-core, please refer to this page on how to set-up Nextflow. Make sure to test your setup with -profile test
before running the workflow on actual data.
The pipeline supports processing of previously called peaks from ATAC-seq, DNase-seq, or histone modification ChIP-seq data. The peaks can then either be used as-is or be subjected to footprinting analysis. Additionally, BAM files can be provided in a separate samplesheet, which will be used to predict enhancer regions.
Each row represents a peak file. The sample
column should contain a unique identifier for each peak file. The peak_file
column should contain the path to the peak file. Peak files need to be in a format that is compatible with the bed
format. Only the first three columns of the bed
format are used.
The first three columns are the same as in the peak file samplesheet. The signal
column should contain the path to the signal BAM file. The control
column should contain the path to the control BAM file.
Second, you need a raw count matrix (e.g. from nf-core/rnaseq) with gene IDs as rows and samples as columns. You also need a design matrix that specifies the conditions of the samples in the count matrix. The design matrix should look as follows:
The sample
column should match the columns in the expression matrix. The condition
column is needs to match the condition
column in the samplesheet. Additionally,batches can be added to the design matrix and will be considered in the differential expression analysis.
There is an alternative way of providing expression values. Instead of providing a single count matrix for all samples, you can provide a gene list and one count file per sample. Details can be found in the usage documentation.
Now, you can run the pipeline using:
Please provide pipeline parameters via the CLI or Nextflow -params-file
option. Custom config files including those provided by the -c
Nextflow option can be used to provide any configuration except for parameters; see docs.
For more details and further functionality, please refer to the usage documentation and the parameter documentation.
Pipeline output
To see the results of an example test run with a full size dataset refer to the results tab on the nf-core website pipeline page. For more details about the output files and reports, please refer to the output documentation.
Credits
nf-core/tfactivity was originally written by Nico Trummer.
We thank the following people for their extensive assistance in the development of this pipeline:
- Markus Hoffmann (project and scientific management)
- Leon Hafner (implementations)
Contributions and Support
If you would like to contribute to this pipeline, please see the contributing guidelines.
For further information or help, don’t hesitate to get in touch on the Slack #tfactivity
channel (you can join with this invite).
Citations
TF-Prioritizer: a Java pipeline to prioritize condition-specific transcription factors
Markus Hoffmann, Nico Trummer, Leon Schwartz, Jakub Jankowski, Hye Kyung Lee, Lina-Liv Willruth, Olga Lazareva, Kevin Yuan, Nina Baumgarten, Florian Schmidt, Jan Baumbach, Marcel H Schulz, David B Blumenthal, Lothar Hennighausen & Markus List
GigaScience, Volume 12, 2023, giad026, https://doi.org/10.1093/gigascience/giad026
An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md
file.
You can cite the nf-core
publication as follows:
The nf-core framework for community-curated bioinformatics pipelines.
Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.
Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.