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
Contributors
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.1 \
-main-script target/nextflow/bedtools/bedtools_reldist/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--bed_a -a | file required |
--bed_b -b | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--detail | boolean_true |