Description
Compute the amount of overlap or distance between genomic features.
bedtools overlap computes the amount of overlap (positive values) or distance
(negative values) between genome features and reports the result at the end of
the same line. This tool is useful for quantifying the precise overlap between
features from different datasets or for measuring distances between nearby elements.
This tool is commonly used for:
Quantifying overlap between ChIP-seq peaks and genes
Measuring distances between regulatory elements
Computing precise overlap metrics for comparative genomics
Quality control of feature intersection analyses
Post-processing results from bedtools window operations
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.bed"
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_overlap/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--cols | string required |