bedtools/bedtools_cluster

genomics
intervals
clustering
overlap
proximity
grouping

Description

Cluster overlapping or nearby genomic intervals.

This tool groups genomic intervals into clusters based on overlap
or proximity within a specified distance. Each cluster is assigned
a unique cluster ID, making it useful for analyzing genomic feature
distributions and relationships.

Type

bash_script

License

MIT

Keywords

genomics
intervals
clustering
overlap
proximity
grouping

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output.bed"  
distance: [ 0 ]  
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_cluster/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
-i
file
required

Outputs

Name
Type & Properties
--output
file
required
output

Clustering Options

Name
Type & Properties
--distance
-d
integer
--strand
-s
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.