bedtools/bedtools_pairtobed

genomics
paired-end
bedpe
overlaps
structural-variants
bam
intervals

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

genomics
paired-end
bedpe
overlaps
structural-variants
bam
intervals

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--bedpe
-a
file
required
--bed
-b
file
required
--bam_input
-abam
file

Outputs

Name
Type & Properties
--output
file
required
output

Output Options

Name
Type & Properties
--uncompressed_bam
-ubam
boolean_true
--bedpe_output
-bedpe
boolean_true

Overlap Options

Name
Type & Properties
--min_overlap
-f
double
--type
string

Strand Options

Name
Type & Properties
--same_strand
-s
boolean_true
--opposite_strand
-S
boolean_true

BAM-specific Options

Name
Type & Properties
--edit_distance
-ed
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.