bedtools/bedtools_pairtopair

genomics
paired-end
bedpe
structural-variants
intersect
chromatin-interactions

Description

Report overlaps between two paired-end BED files (BEDPE).

bedtools pairtopair finds overlaps between paired-end intervals in two BEDPE files.
This tool is particularly useful for comparing structural variants, chromatin interactions,
or any paired-end genomic data between different samples or conditions.

This tool is commonly used for:

  • Comparing structural variants between samples

  • Intersecting Hi-C or ChIA-PET datasets

  • Finding common paired-end features across experiments

  • Analyzing concordance between paired-end calling methods

  • Quality control of structural variant detection pipelines

  • Cross-referencing chromatin interaction datasets

Type

bash_script

License

MIT

Keywords

genomics
paired-end
bedpe
structural-variants
intersect
chromatin-interactions

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output.bedpe"  
type: [ "both" ]  
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_pairtopair/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--bedpe_a
-a
file
required
--bedpe_b
-b
file
required

Outputs

Name
Type & Properties
--output
file
required
output

Overlap Options

Name
Type & Properties
--min_overlap
-f
double
--type
string
--slop
integer
--strand_slop
-ss
boolean_true

Filtering Options

Name
Type & Properties
--ignore_strand
-is
boolean_true
--require_different_names
-rdn
boolean_true

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.