Description
Report overlaps between a BEDPE file and a BED/GFF/VCF file.
bedtools pairtobed finds overlaps between paired-end intervals (BEDPE format)
and genomic features in BED/GFF/VCF format. This tool is particularly useful
for analyzing paired-end sequencing data, structural variants, or any genomic
data where you need to consider relationships between paired intervals.
This tool is commonly used for:
Annotating structural variants with genomic features
Finding overlaps between paired-end ChIP-seq reads and genes
Analyzing chromatin interactions (Hi-C, ChIA-PET) with genomic annotations
Quality control of paired-end sequencing experiments
Intersecting BEDPE format data with reference annotations
Processing BAM files with paired-end alignment information
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: [ "either" ]
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_pairtobed/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--bedpe -a | file required |
--bed -b | file required |
--bam_input -abam | file |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--uncompressed_bam -ubam | boolean_true |
--bedpe_output -bedpe | boolean_true |
Name | Type & Properties |
|---|---|
--min_overlap -f | double |
--type | string |
Name | Type & Properties |
|---|---|
--same_strand -s | boolean_true |
--opposite_strand -S | boolean_true |
Name | Type & Properties |
|---|---|
--edit_distance -ed | boolean_true |