nf-core/tfactivity
Bioinformatics pipeline that makes use of expression and open chromatin data to identify differentially active transcription factors across conditions.
Define where the pipeline should find input data and save output data.
Path to comma-separated file containing information about the samples in the experiment.
string
^\S+\.csv$
Path to comma-separated file containing information about the BAM files in the experiment.
string
^\S+\.csv$
Path to comma-separated file containing the counts for the samples in the experiment. Can also be a file containing just gene identifiers. In this case, count values need to be referenced in the counts_design file.
string
^\S+\.(csv|txt)$
Path to comma-separated file containing information about the counts file.
string
^\S+\.csv$
The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.
string
Email address for completion summary.
string
^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Options for gene expression analysis.
Method to aggregate expression values.
string
mean
Minimum number of total counts to keep a gene in the analysis.
integer
50
Minimum TPM to keep a gene in the analysis.
number
1
Minimum number of total counts to keep a transcription factor in the analysis.
integer
50
Minimum TPM to keep a transcription factor in the analysis.
number
1
Options for merging peaks across samples.
Merge samples with the same condition and assay.
boolean
Minimum number of samples that a peak has to occur in to keep it while merging.
integer
1
Options for ranking analysis.
Alpha value for the Mann-Whitney U test.
number
0.05
Options for STARE (Significance Tool for Accessible Regulatory Elements) analysis.
Size of the window to search for binding sites.
integer
50000
Use decay in STARE
boolean
true
Method to aggregate affinity values.
string
max
Options for ROSE (Rank Ordering of Super-Enhancers) analysis.
TSS window in base pairs
integer
2500
Stichting window in base pairs
integer
12500
Options for SNEEP (SNP Effect on Expression Prediction) analysis.
Path to SNEEP scale file.
string
Path to SNEEP motif file.
string
Options to skip specific pipeline steps.
Skip chromhmm. This also skips rose automatically since rose requires chromhmm input.
boolean
Skip rose.
boolean
Skip fimo. This also skips sneep automatically since sneep requires fimo input.
boolean
Skip sneep.
boolean
Options for DYNAMITE analysis.
Number of outer folds for dynamite.
integer
3
Number of inner folds for dynamite.
integer
6
Alpha value for dynamite.
number
0.1
Randomize the data for dynamite.
boolean
false
Minimum regression value for dynamite.
number
0.1
Options for ChromHMM analysis.
Number of ChromHMM states.
integer
10
Threshold for ChromHMM enhancer detection.
number
0.75
Comma-separated ChromHMM enhancer marks.
string
H3K27ac,H3K4me1
Comma-separated ChromHMM promoter marks.
string
H3K4me3
Reference genome related files and options required for the workflow.
Name of iGenomes reference.
string
Path to FASTA genome file.
string
^\S+\.fn?a(sta)?(\.gz)?$
Path to GTF gene annotation file.
string
^\S+\.gtf(\.gz)?$
Path to blacklist regions file.
string
^\S+\.bed(\.gz)?$
Path to transcription factor motifs file.
string
^\S+\.(cisbp|homer|jaspar|meme|transfac|uniprobe)?$
File containing SNPs for organism.
string
^\S+\.(bed.gz)?$
NCBI Taxonomy ID.
integer
Do not load the iGenomes reference config.
boolean
The base path to the igenomes reference files
string
s3://ngi-igenomes/igenomes/
Parameters used to describe centralised config profiles. These should not be edited.
Git commit id for Institutional configs.
string
master
Base directory for Institutional configs.
string
https://raw.githubusercontent.com/nf-core/configs/master
Institutional config name.
string
Institutional config description.
string
Institutional config contact information.
string
Institutional config URL link.
string
Less common options for the pipeline, typically set in a config file.
Display version and exit.
boolean
Method used to save pipeline results to output directory.
string
Email address for completion summary, only when pipeline fails.
string
^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Send plain-text email instead of HTML.
boolean
Do not use coloured log outputs.
boolean
Incoming hook URL for messaging service
string
Boolean whether to validate parameters against the schema at runtime
boolean
true
Base URL or local path to location of pipeline test dataset files
string
https://raw.githubusercontent.com/nf-core/test-datasets/
Suffix to add to the trace report filename. Default is the date and time in the format yyyy-MM-dd_HH-mm-ss.
string