bedtools/bedtools_multiinter

genomics
intervals
intersection
multi-file
bed
gff
vcf
consensus

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

genomics
intervals
intersection
multi-file
bed
gff
vcf
consensus

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
-i
file
required
multiple

Outputs

Name
Type & Properties
--output
file
required
output

Options

Name
Type & Properties
--cluster
boolean_true
--header
boolean_true
--names
string
multiple
--genome
-g
file
--empty
boolean_true
--filler
string

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.