bedtools/bedtools_reldist

genomics
distance
distribution
spatial-analysis
clustering
statistics
colocalization

Description

Calculate the relative distance distribution between two feature files.

bedtools reldist computes the distribution of relative distances between features
in two genomic datasets. This tool is useful for understanding spatial relationships
and clustering patterns between different types of genomic features.

The tool calculates relative distances by measuring how close features in dataset A
are to the nearest features in dataset B, normalized by the distance between adjacent
features in dataset B. This provides insights into whether features cluster together
more than expected by chance.

This tool is commonly used for:

  • Analyzing spatial clustering of genomic features

  • Comparing distributions of regulatory elements

  • Quality control of feature calling algorithms

  • Statistical analysis of genomic co-localization

  • Studying relationships between different genomic annotations

  • Identifying non-random spatial patterns in genomic data

Type

bash_script

License

MIT

Keywords

genomics
distance
distribution
spatial-analysis
clustering
statistics
colocalization

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output.txt"  
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_reldist/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--bed_a
-a
file
required
--bed_b
-b
file
required

Outputs

Name
Type & Properties
--output
file
required
output

Options

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