Description
Identify common intervals among multiple BED/GFF/VCF files.
bedtools multiinter finds regions that are shared across multiple interval files and
reports statistics about the overlaps. It can identify intervals that are present in
all files, some files, or generate a matrix showing which intervals are found in which files.
This tool is commonly used for:
Finding consensus regions across multiple datasets
Identifying tissue-specific or condition-specific intervals
Creating intersection matrices for comparative analysis
Merging annotations from multiple sources
Quality control of peak calling across replicates
Type
bash_script
License
MIT
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.bed"
filler: [ "0" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/bedtools/bedtools_multiinter/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required multiple |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--cluster | boolean_true |
--header | boolean_true |
--names | string multiple |
--genome -g | file |
--empty | boolean_true |
--filler | string |