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
Contributors
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 Name | Type & Properties |
|---|---|
--bedpe_a -a | file required |
--bedpe_b -b | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--min_overlap -f | double |
--type | string |
--slop | integer |
--strand_slop -ss | boolean_true |
Name | Type & Properties |
|---|---|
--ignore_strand -is | boolean_true |
--require_different_names -rdn | boolean_true |